Color Hex Logo

#fea85b Color Hex

#FEA85B
(254,168,91)
0 Favorites   0 Comments

Color spaces of #fea85b

RGB 25416891
HSL0.080.990.68
HSV28°64°100°
CMYK 0.000.340.64   0.00
XYZ56.764049.831416.5242
Yxy49.83140.46100.4047
Hunter Lab70.591420.000735.5352
CIE-Lab75.965724.660451.8814

#fea85b color RGB value is (254,168,91).

#fea85b hex color red value is 254, green value is 168 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fea85b hue: 0.08 , saturation: 0.99 and the lightness value of fea85b is 0.68.

The process color (four color CMYK) of #fea85b color hex is 0.00, 0.34, 0.64, 0.00. Web safe color of #fea85b is #ff9966. Color #fea85b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 01011011
Octal 376 250 133
Decimal 254 168 91
Hex FE A8 5B

RGB Percentages of Color #fea85b

%49.51
%32.75
%17.74

CMYK Percentages of Color #fea85b

%0
%34
%64
%0

Triadic Colors of #fea85b

#fea85b #5bfea8 #a85bfe

Analogous Colors of #fea85b

#fea85b #fefa5b #fe5b5f

Monochromatic Colors of #fea85b

#fea85b

Complementary Color

#fea85b #5bb1fe

#fea85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea85b Color CSS Codes

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

#fea85b Text Font Color

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

This sample text font color is #fea85b
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.


#fea85b Background Color

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

This div background color is #fea85b


#fea85b Border Color

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

This div border color is #fea85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea85b


Comments

No comments written yet.

Please login to write comment.