Color Hex Logo

#fecc90 Color Hex

#FECC90
(254,204,144)
0 Favorites   0 Comments

Color spaces of #fecc90

RGB 254204144
HSL0.090.980.78
HSV33°43°100°
CMYK 0.000.200.43   0.00
XYZ67.500066.270235.6193
Yxy66.27020.39850.3912
Hunter Lab81.40655.545831.0423
CIE-Lab85.134110.170136.5619

#fecc90 color RGB value is (254,204,144).

#fecc90 hex color red value is 254, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fecc90 hue: 0.09 , saturation: 0.98 and the lightness value of fecc90 is 0.78.

The process color (four color CMYK) of #fecc90 color hex is 0.00, 0.20, 0.43, 0.00. Web safe color of #fecc90 is #ffcc99. Color #fecc90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10010000
Octal 376 314 220
Decimal 254 204 144
Hex FE CC 90

RGB Percentages of Color #fecc90

%42.19
%33.89
%23.92

CMYK Percentages of Color #fecc90

%0
%20
%43
%0

Triadic Colors of #fecc90

#fecc90 #90fecc #cc90fe

Analogous Colors of #fecc90

#fecc90 #f9fe90 #fe9590

Monochromatic Colors of #fecc90

#fecc90

Complementary Color

#fecc90 #90c2fe

#fecc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc90 Color CSS Codes

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

#fecc90 Text Font Color

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

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


#fecc90 Background Color

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

This div background color is #fecc90


#fecc90 Border Color

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

This div border color is #fecc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc90


Comments

No comments written yet.

Please login to write comment.