Color Hex Logo

#fef0cb Color Hex

#FEF0CB
(254,240,203)
0 Favorites   0 Comments

Color spaces of #fef0cb

RGB 254240203
HSL0.120.960.90
HSV44°20°100°
CMYK 0.000.060.20   0.00
XYZ82.812687.702869.0636
Yxy87.70280.34570.3661
Hunter Lab93.6498-6.043221.8304
CIE-Lab95.0357-1.047819.6000

#fef0cb color RGB value is (254,240,203).

#fef0cb hex color red value is 254, green value is 240 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fef0cb hue: 0.12 , saturation: 0.96 and the lightness value of fef0cb is 0.90.

The process color (four color CMYK) of #fef0cb color hex is 0.00, 0.06, 0.20, 0.00. Web safe color of #fef0cb is #ffffcc. Color #fef0cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 11001011
Octal 376 360 313
Decimal 254 240 203
Hex FE F0 CB

RGB Percentages of Color #fef0cb

%36.44
%34.43
%29.12

CMYK Percentages of Color #fef0cb

%0
%6
%20
%0

Triadic Colors of #fef0cb

#fef0cb #cbfef0 #f0cbfe

Analogous Colors of #fef0cb

#fef0cb #f3fecb #fed7cb

Monochromatic Colors of #fef0cb

#fef0cb

Complementary Color

#fef0cb #cbd9fe

#fef0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef0cb Color CSS Codes

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

#fef0cb Text Font Color

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

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


#fef0cb Background Color

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

This div background color is #fef0cb


#fef0cb Border Color

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

This div border color is #fef0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef0cb

Related Colors

#fef0cb Color Palettes


Comments

No comments written yet.

Please login to write comment.