Color Hex Logo

#fce590 Color Hex

#FCE590
(252,229,144)
0 Favorites   0 Comments

Color spaces of #fce590

RGB 252229144
HSL0.130.950.78
HSV47°43°99°
CMYK 0.000.090.43   0.01
XYZ73.198278.747737.7274
Yxy78.74770.38590.4152
Hunter Lab88.7399-8.056936.9110
CIE-Lab91.1200-3.416344.2158

#fce590 color RGB value is (252,229,144).

#fce590 hex color red value is 252, green value is 229 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fce590 hue: 0.13 , saturation: 0.95 and the lightness value of fce590 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 10010000
Octal 374 345 220
Decimal 252 229 144
Hex FC E5 90

RGB Percentages of Color #fce590

%40.32
%36.64
%23.04

CMYK Percentages of Color #fce590

%0
%9
%43
%1

Triadic Colors of #fce590

#fce590 #90fce5 #e590fc

Analogous Colors of #fce590

#fce590 #ddfc90 #fcaf90

Monochromatic Colors of #fce590

#fce590

Complementary Color

#fce590 #90a7fc

#fce590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce590 Color CSS Codes

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

#fce590 Text Font Color

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

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


#fce590 Background Color

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

This div background color is #fce590


#fce590 Border Color

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

This div border color is #fce590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce590


Comments

No comments written yet.

Please login to write comment.