Color Hex Logo

#fec85b Color Hex

#FEC85B
(254,200,91)
0 Favorites   0 Comments

Color spaces of #fec85b

RGB 25420091
HSL0.110.990.68
HSV40°64°100°
CMYK 0.000.210.64   0.00
XYZ63.415763.134718.7414
Yxy63.13470.43650.4345
Hunter Lab79.45733.412341.6356
CIE-Lab83.51327.971360.3218

#fec85b color RGB value is (254,200,91).

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

The process color (four color CMYK) of #fec85b color hex is 0.00, 0.21, 0.64, 0.00. Web safe color of #fec85b is #ffcc66. Color #fec85b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 01011011
Octal 376 310 133
Decimal 254 200 91
Hex FE C8 5B

RGB Percentages of Color #fec85b

%46.61
%36.70
%16.70

CMYK Percentages of Color #fec85b

%0
%21
%64
%0

Triadic Colors of #fec85b

#fec85b #5bfec8 #c85bfe

Analogous Colors of #fec85b

#fec85b #e3fe5b #fe775b

Monochromatic Colors of #fec85b

#fec85b

Complementary Color

#fec85b #5b91fe

#fec85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec85b Color CSS Codes

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

#fec85b Text Font Color

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

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


#fec85b Background Color

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

This div background color is #fec85b


#fec85b Border Color

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

This div border color is #fec85b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,200,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 #fec85b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec85b


Comments

No comments written yet.

Please login to write comment.