Color Hex Logo

#dcde85 Color Hex

#DCDE85
(220,222,133)
0 Favorites   0 Comments

Color spaces of #dcde85

RGB 220222133
HSL0.170.570.70
HSV61°40°87°
CMYK 0.010.000.40   0.13
XYZ59.870169.151732.3824
Yxy69.15170.37090.4284
Hunter Lab83.1575-17.012735.1221
CIE-Lab86.5791-13.543143.3610

#dcde85 color RGB value is (220,222,133).

#dcde85 hex color red value is 220, green value is 222 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dcde85 hue: 0.17 , saturation: 0.57 and the lightness value of dcde85 is 0.70.

The process color (four color CMYK) of #dcde85 color hex is 0.01, 0.00, 0.40, 0.13. Web safe color of #dcde85 is #cccc99. Color #dcde85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10000101
Octal 334 336 205
Decimal 220 222 133
Hex DC DE 85

RGB Percentages of Color #dcde85

%38.26
%38.61
%23.13

CMYK Percentages of Color #dcde85

%1
%0
%40
%13

Triadic Colors of #dcde85

#dcde85 #85dcde #de85dc

Analogous Colors of #dcde85

#dcde85 #b0de85 #deb485

Monochromatic Colors of #dcde85

#dcde85

Complementary Color

#dcde85 #8785de

#dcde85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde85 Color CSS Codes

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

#dcde85 Text Font Color

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

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


#dcde85 Background Color

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

This div background color is #dcde85


#dcde85 Border Color

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

This div border color is #dcde85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde85


Comments

No comments written yet.

Please login to write comment.