Color Hex Logo

#feefcb Color Hex

#FEEFCB
(254,239,203)
0 Favorites   0 Comments

Color spaces of #feefcb

RGB 254239203
HSL0.120.960.90
HSV42°20°100°
CMYK 0.000.060.20   0.00
XYZ82.519087.115668.9657
Yxy87.11560.34580.3651
Hunter Lab93.3357-5.524021.5257
CIE-Lab94.7873-0.542319.2530

#feefcb color RGB value is (254,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11001011
Octal 376 357 313
Decimal 254 239 203
Hex FE EF CB

RGB Percentages of Color #feefcb

%36.49
%34.34
%29.17

CMYK Percentages of Color #feefcb

%0
%6
%20
%0

Triadic Colors of #feefcb

#feefcb #cbfeef #efcbfe

Analogous Colors of #feefcb

#feefcb #f4fecb #fed6cb

Monochromatic Colors of #feefcb

#feefcb

Complementary Color

#feefcb #cbdafe

#feefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefcb Color CSS Codes

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

#feefcb Text Font Color

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

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


#feefcb Background Color

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

This div background color is #feefcb


#feefcb Border Color

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

This div border color is #feefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefcb


Comments

No comments written yet.

Please login to write comment.