Color Hex Logo

#feecca Color Hex

#FEECCA
(254,236,202)
0 Favorites   0 Comments

Color spaces of #feecca

RGB 254236202
HSL0.110.960.89
HSV39°20°100°
CMYK 0.000.070.20   0.00
XYZ81.529285.326068.0496
Yxy85.32600.34710.3632
Hunter Lab92.3721-4.103920.9821
CIE-Lab94.02340.835518.6999

#feecca color RGB value is (254,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 11001010
Octal 376 354 312
Decimal 254 236 202
Hex FE EC CA

RGB Percentages of Color #feecca

%36.71
%34.10
%29.19

CMYK Percentages of Color #feecca

%0
%7
%20
%0

Triadic Colors of #feecca

#feecca #cafeec #eccafe

Analogous Colors of #feecca

#feecca #f6feca #fed2ca

Monochromatic Colors of #feecca

#feecca

Complementary Color

#feecca #cadcfe

#feecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecca Color CSS Codes

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

#feecca Text Font Color

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

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


#feecca Background Color

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

This div background color is #feecca


#feecca Border Color

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

This div border color is #feecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecca


Comments

No comments written yet.

Please login to write comment.