Color Hex Logo

#fdcc7c Color Hex

#FDCC7C
(253,204,124)
0 Favorites   0 Comments

Color spaces of #fdcc7c

RGB 253204124
HSL0.100.970.74
HSV37°51°99°
CMYK 0.000.190.51   0.01
XYZ65.739065.523628.2513
Yxy65.52360.41210.4108
Hunter Lab80.94663.308135.9698
CIE-Lab84.75287.899746.1493

#fdcc7c color RGB value is (253,204,124).

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

The process color (four color CMYK) of #fdcc7c color hex is 0.00, 0.19, 0.51, 0.01. Web safe color of #fdcc7c is #ffcc66. Color #fdcc7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 01111100
Octal 375 314 174
Decimal 253 204 124
Hex FD CC 7C

RGB Percentages of Color #fdcc7c

%43.55
%35.11
%21.34

CMYK Percentages of Color #fdcc7c

%0
%19
%51
%1

Triadic Colors of #fdcc7c

#fdcc7c #7cfdcc #cc7cfd

Analogous Colors of #fdcc7c

#fdcc7c #eefd7c #fd8c7c

Monochromatic Colors of #fdcc7c

#fdcc7c

Complementary Color

#fdcc7c #7cadfd

#fdcc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcc7c Color CSS Codes

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

#fdcc7c Text Font Color

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

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


#fdcc7c Background Color

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

This div background color is #fdcc7c


#fdcc7c Border Color

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

This div border color is #fdcc7c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,204,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcc7c


Comments

No comments written yet.

Please login to write comment.