Color Hex Logo

#dccf87 Color Hex

#DCCF87
(220,207,135)
0 Favorites   0 Comments

Color spaces of #dccf87

RGB 220207135
HSL0.140.550.70
HSV51°39°86°
CMYK 0.000.060.39   0.14
XYZ56.201261.590631.8477
Yxy61.59060.37560.4116
Hunter Lab78.4797-9.511330.8754
CIE-Lab82.6952-5.742637.4035

#dccf87 color RGB value is (220,207,135).

#dccf87 hex color red value is 220, green value is 207 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dccf87 hue: 0.14 , saturation: 0.55 and the lightness value of dccf87 is 0.70.

The process color (four color CMYK) of #dccf87 color hex is 0.00, 0.06, 0.39, 0.14. Web safe color of #dccf87 is #cccc99. Color #dccf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 10000111
Octal 334 317 207
Decimal 220 207 135
Hex DC CF 87

RGB Percentages of Color #dccf87

%39.15
%36.83
%24.02

CMYK Percentages of Color #dccf87

%0
%6
%39
%14

Triadic Colors of #dccf87

#dccf87 #87dccf #cf87dc

Analogous Colors of #dccf87

#dccf87 #bfdc87 #dca587

Monochromatic Colors of #dccf87

#dccf87

Complementary Color

#dccf87 #8794dc

#dccf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf87 Color CSS Codes

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

#dccf87 Text Font Color

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

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


#dccf87 Background Color

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

This div background color is #dccf87


#dccf87 Border Color

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

This div border color is #dccf87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,207,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccf87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccf87;
  -webkit-box-shadow: 1px 1px 3px 2px #dccf87;
  box-shadow:         1px 1px 3px 2px #dccf87; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,207,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf87


Comments

No comments written yet.

Please login to write comment.