Color Hex Logo

#fccd8e Color Hex

#FCCD8E
(252,205,142)
0 Favorites   0 Comments

Color spaces of #fccd8e

RGB 252205142
HSL0.100.950.77
HSV34°44°99°
CMYK 0.000.190.44   0.01
XYZ66.858766.311134.8667
Yxy66.31110.39790.3946
Hunter Lab81.43164.050531.6159
CIE-Lab85.15498.663237.5753

#fccd8e color RGB value is (252,205,142).

#fccd8e hex color red value is 252, green value is 205 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fccd8e hue: 0.10 , saturation: 0.95 and the lightness value of fccd8e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10001110
Octal 374 315 216
Decimal 252 205 142
Hex FC CD 8E

RGB Percentages of Color #fccd8e

%42.07
%34.22
%23.71

CMYK Percentages of Color #fccd8e

%0
%19
%44
%1

Triadic Colors of #fccd8e

#fccd8e #8efccd #cd8efc

Analogous Colors of #fccd8e

#fccd8e #f4fc8e #fc968e

Monochromatic Colors of #fccd8e

#fccd8e

Complementary Color

#fccd8e #8ebdfc

#fccd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd8e Color CSS Codes

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

#fccd8e Text Font Color

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

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


#fccd8e Background Color

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

This div background color is #fccd8e


#fccd8e Border Color

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

This div border color is #fccd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd8e

Related Colors

#fccd8e Color Palettes


Comments

No comments written yet.

Please login to write comment.