Color Hex Logo

#fdcc8e Color Hex

#FDCC8E
(253,204,142)
0 Favorites   0 Comments

Color spaces of #fdcc8e

RGB 253204142
HSL0.090.970.77
HSV34°44°99°
CMYK 0.000.190.44   0.01
XYZ66.983466.021434.8042
Yxy66.02140.39920.3934
Hunter Lab81.25364.957231.4812
CIE-Lab85.00739.575337.4027

#fdcc8e color RGB value is (253,204,142).

#fdcc8e hex color red value is 253, green value is 204 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fdcc8e hue: 0.09 , saturation: 0.97 and the lightness value of fdcc8e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 10001110
Octal 375 314 216
Decimal 253 204 142
Hex FD CC 8E

RGB Percentages of Color #fdcc8e

%42.24
%34.06
%23.71

CMYK Percentages of Color #fdcc8e

%0
%19
%44
%1

Triadic Colors of #fdcc8e

#fdcc8e #8efdcc #cc8efd

Analogous Colors of #fdcc8e

#fdcc8e #f7fd8e #fd958e

Monochromatic Colors of #fdcc8e

#fdcc8e

Complementary Color

#fdcc8e #8ebffd

#fdcc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcc8e Color CSS Codes

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

#fdcc8e Text Font Color

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

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


#fdcc8e Background Color

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

This div background color is #fdcc8e


#fdcc8e Border Color

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

This div border color is #fdcc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcc8e


Comments

No comments written yet.

Please login to write comment.