Color Hex Logo

#fec55f Color Hex

#FEC55F
(254,197,95)
0 Favorites   0 Comments

Color spaces of #fec55f

RGB 25419795
HSL0.110.990.68
HSV38°63°100°
CMYK 0.000.220.63   0.00
XYZ62.904961.829619.4453
Yxy61.82960.43630.4288
Hunter Lab78.63185.193140.3801
CIE-Lab82.82279.771257.7555

#fec55f color RGB value is (254,197,95).

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

The process color (four color CMYK) of #fec55f color hex is 0.00, 0.22, 0.63, 0.00. Web safe color of #fec55f is #ffcc66. Color #fec55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01011111
Octal 376 305 137
Decimal 254 197 95
Hex FE C5 5F

RGB Percentages of Color #fec55f

%46.52
%36.08
%17.40

CMYK Percentages of Color #fec55f

%0
%22
%63
%0

Triadic Colors of #fec55f

#fec55f #5ffec5 #c55ffe

Analogous Colors of #fec55f

#fec55f #e8fe5f #fe765f

Monochromatic Colors of #fec55f

#fec55f

Complementary Color

#fec55f #5f98fe

#fec55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec55f Color CSS Codes

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

#fec55f Text Font Color

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

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


#fec55f Background Color

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

This div background color is #fec55f


#fec55f Border Color

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

This div border color is #fec55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec55f


Comments

No comments written yet.

Please login to write comment.