Color Hex Logo

#fef5af Color Hex

#FEF5AF
(254,245,175)
0 Favorites   0 Comments

Color spaces of #fef5af

RGB 254245175
HSL0.150.980.84
HSV53°31°100°
CMYK 0.000.040.31   0.00
XYZ81.263389.470853.5440
Yxy89.47080.36230.3989
Hunter Lab94.5890-12.177932.6500
CIE-Lab95.7768-7.239334.8557

#fef5af color RGB value is (254,245,175).

#fef5af hex color red value is 254, green value is 245 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fef5af hue: 0.15 , saturation: 0.98 and the lightness value of fef5af is 0.84.

The process color (four color CMYK) of #fef5af color hex is 0.00, 0.04, 0.31, 0.00. Web safe color of #fef5af is #ffff99. Color #fef5af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10101111
Octal 376 365 257
Decimal 254 245 175
Hex FE F5 AF

RGB Percentages of Color #fef5af

%37.69
%36.35
%25.96

CMYK Percentages of Color #fef5af

%0
%4
%31
%0

Triadic Colors of #fef5af

#fef5af #affef5 #f5affe

Analogous Colors of #fef5af

#fef5af #e0feaf #feceaf

Monochromatic Colors of #fef5af

#fef5af

Complementary Color

#fef5af #afb8fe

#fef5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef5af Color CSS Codes

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

#fef5af Text Font Color

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

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


#fef5af Background Color

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

This div background color is #fef5af


#fef5af Border Color

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

This div border color is #fef5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef5af


Comments

No comments written yet.

Please login to write comment.