Color Hex Logo

#dcce87 Color Hex

#DCCE87
(220,206,135)
0 Favorites   0 Comments

Color spaces of #dcce87

RGB 220206135
HSL0.140.550.70
HSV50°39°86°
CMYK 0.000.060.39   0.14
XYZ55.959761.107531.7672
Yxy61.10750.37600.4106
Hunter Lab78.1713-9.018730.6257
CIE-Lab82.4365-5.229437.0694

#dcce87 color RGB value is (220,206,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10000111
Octal 334 316 207
Decimal 220 206 135
Hex DC CE 87

RGB Percentages of Color #dcce87

%39.22
%36.72
%24.06

CMYK Percentages of Color #dcce87

%0
%6
%39
%14

Triadic Colors of #dcce87

#dcce87 #87dcce #ce87dc

Analogous Colors of #dcce87

#dcce87 #c0dc87 #dca487

Monochromatic Colors of #dcce87

#dcce87

Complementary Color

#dcce87 #8795dc

#dcce87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce87 Color CSS Codes

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

#dcce87 Text Font Color

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

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


#dcce87 Background Color

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

This div background color is #dcce87


#dcce87 Border Color

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

This div border color is #dcce87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce87


Comments

No comments written yet.

Please login to write comment.