Color Hex Logo

#fccd9e Color Hex

#FCCD9E
(252,205,158)
0 Favorites   0 Comments

Color spaces of #fccd9e

RGB 252205158
HSL0.080.940.80
HSV30°37°99°
CMYK 0.000.190.37   0.01
XYZ68.147866.826741.6548
Yxy66.82670.38580.3783
Hunter Lab81.74765.745927.0119
CIE-Lab85.416410.375829.6675

#fccd9e color RGB value is (252,205,158).

#fccd9e hex color red value is 252, green value is 205 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fccd9e hue: 0.08 , saturation: 0.94 and the lightness value of fccd9e is 0.80.

The process color (four color CMYK) of #fccd9e color hex is 0.00, 0.19, 0.37, 0.01. Web safe color of #fccd9e is #ffcc99. Color #fccd9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10011110
Octal 374 315 236
Decimal 252 205 158
Hex FC CD 9E

RGB Percentages of Color #fccd9e

%40.98
%33.33
%25.69

CMYK Percentages of Color #fccd9e

%0
%19
%37
%1

Triadic Colors of #fccd9e

#fccd9e #9efccd #cd9efc

Analogous Colors of #fccd9e

#fccd9e #fcfc9e #fc9e9e

Monochromatic Colors of #fccd9e

#fccd9e

Complementary Color

#fccd9e #9ecdfc

#fccd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd9e Color CSS Codes

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

#fccd9e Text Font Color

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

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


#fccd9e Background Color

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

This div background color is #fccd9e


#fccd9e Border Color

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

This div border color is #fccd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd9e


Comments

No comments written yet.

Please login to write comment.