Color Hex Logo

#fef4ab Color Hex

#FEF4AB
(254,244,171)
0 Favorites   0 Comments

Color spaces of #fef4ab

RGB 254244171
HSL0.150.980.83
HSV53°33°100°
CMYK 0.000.040.33   0.00
XYZ80.574488.712551.4046
Yxy88.71250.36510.4020
Hunter Lab94.1873-12.126433.5724
CIE-Lab95.4601-7.219136.4409

#fef4ab color RGB value is (254,244,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 10101011
Octal 376 364 253
Decimal 254 244 171
Hex FE F4 AB

RGB Percentages of Color #fef4ab

%37.97
%36.47
%25.56

CMYK Percentages of Color #fef4ab

%0
%4
%33
%0

Triadic Colors of #fef4ab

#fef4ab #abfef4 #f4abfe

Analogous Colors of #fef4ab

#fef4ab #dffeab #fecbab

Monochromatic Colors of #fef4ab

#fef4ab

Complementary Color

#fef4ab #abb5fe

#fef4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4ab Color CSS Codes

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

#fef4ab Text Font Color

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

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


#fef4ab Background Color

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

This div background color is #fef4ab


#fef4ab Border Color

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

This div border color is #fef4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4ab

Related Colors


Comments

No comments written yet.

Please login to write comment.