Color Hex Logo

#fce595 Color Hex

#FCE595
(252,229,149)
0 Favorites   0 Comments

Color spaces of #fce595

RGB 252229149
HSL0.130.940.79
HSV47°41°99°
CMYK 0.000.090.41   0.01
XYZ73.589078.904039.7852
Yxy78.90400.38270.4104
Hunter Lab88.8279-7.571535.6241
CIE-Lab91.1908-2.907441.8290

#fce595 color RGB value is (252,229,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 10010101
Octal 374 345 225
Decimal 252 229 149
Hex FC E5 95

RGB Percentages of Color #fce595

%40.00
%36.35
%23.65

CMYK Percentages of Color #fce595

%0
%9
%41
%1

Triadic Colors of #fce595

#fce595 #95fce5 #e595fc

Analogous Colors of #fce595

#fce595 #e0fc95 #fcb295

Monochromatic Colors of #fce595

#fce595

Complementary Color

#fce595 #95acfc

#fce595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce595 Color CSS Codes

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

#fce595 Text Font Color

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

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


#fce595 Background Color

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

This div background color is #fce595


#fce595 Border Color

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

This div border color is #fce595


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,229,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce595


Comments

No comments written yet.

Please login to write comment.