Color Hex Logo

#feeccb Color Hex

#FEECCB
(254,236,203)
0 Favorites   0 Comments

Color spaces of #feeccb

RGB 254236203
HSL0.110.960.90
HSV39°20°100°
CMYK 0.000.070.20   0.00
XYZ81.648085.373568.6753
Yxy85.37350.34640.3622
Hunter Lab92.3978-3.963220.6107
CIE-Lab94.04380.978218.2126

#feeccb color RGB value is (254,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 11001011
Octal 376 354 313
Decimal 254 236 203
Hex FE EC CB

RGB Percentages of Color #feeccb

%36.65
%34.05
%29.29

CMYK Percentages of Color #feeccb

%0
%7
%20
%0

Triadic Colors of #feeccb

#feeccb #cbfeec #eccbfe

Analogous Colors of #feeccb

#feeccb #f7fecb #fed3cb

Monochromatic Colors of #feeccb

#feeccb

Complementary Color

#feeccb #cbddfe

#feeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeccb Color CSS Codes

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

#feeccb Text Font Color

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

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


#feeccb Background Color

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

This div background color is #feeccb


#feeccb Border Color

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

This div border color is #feeccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeccb

Related Colors


Comments

No comments written yet.

Please login to write comment.