color codes Logo

#feaf0b color codes

#FEAF0B
(254,175,11)
0 Favorites   0 Comments

Color spaces of #feaf0b

RGB 25417511
HSL0.110.990.52
HSV40°96°100°
CMYK 0.000.310.96   0.00
XYZ56.263451.75497.3409
Yxy51.75490.48770.4486
Hunter Lab71.940913.704444.3086
CIE-Lab77.134018.382879.1756

#feaf0b color RGB value is (254,175,11).

#feaf0b hex color red value is 254, green value is 175 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #feaf0b hue: 0.11 , saturation: 0.99 and the lightness value of feaf0b is 0.52.

The process color (four color CMYK) of #feaf0b color code is 0.00, 0.31, 0.96, 0.00. Web safe color of #feaf0b is #ff9900. Color #feaf0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00001011
Octal 376 257 13
Decimal 254 175 11
Hex FE AF B

RGB Percentages of Color #feaf0b

%57.73
%39.77
%2.50

CMYK Percentages of Color #feaf0b

%0
%31
%96
%0

Triadic Colors of #feaf0b

#feaf0b #0bfeaf #af0bfe

Analogous Colors of #feaf0b

#feaf0b #d4fe0b #fe360b

Monochromatic Colors of #feaf0b

#feaf0b

Complementary Color

#feaf0b #0b5afe

#feaf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf0b Color CSS Codes

.mybgcolor {background-color:#feaf0b; } 
.myforecolor {color:#feaf0b; }
.mybordercolor {border:3px solid #feaf0b; }

#feaf0b Text Font Color

<p style="color:#feaf0b">Text here</p>

This sample text font color is #feaf0b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#feaf0b Background Color

<div style="background-color:#feaf0b">
Div content here</div>

This div background color is #feaf0b


#feaf0b Border Color

<div style="border:3px solid #feaf0b">
Div here</div>

This div border color is #feaf0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,175,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feaf0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feaf0b;
  -webkit-box-shadow: 1px 1px 3px 2px #feaf0b;
  box-shadow:         1px 1px 3px 2px #feaf0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,175,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feaf0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #feaf0b;
  -webkit-box-shadow: 1px 1px 3px 2px #feaf0b;
  box-shadow:         1px 1px 3px 2px #feaf0b;">
Div content here</div>

This div box has shadow with color #feaf0b

Related Colors


Comments

No comments written yet.

Please login to write comment.