Color Hex Logo

#dce385 Color Hex

#DCE385
(220,227,133)
0 Favorites   0 Comments

Color spaces of #dce385

RGB 220227133
HSL0.180.630.71
HSV64°41°89°
CMYK 0.030.000.41   0.11
XYZ61.217971.847332.8317
Yxy71.84730.36900.4331
Hunter Lab84.7628-19.417536.3688
CIE-Lab87.8950-16.022745.0153

#dce385 color RGB value is (220,227,133).

#dce385 hex color red value is 220, green value is 227 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dce385 hue: 0.18 , saturation: 0.63 and the lightness value of dce385 is 0.71.

The process color (four color CMYK) of #dce385 color hex is 0.03, 0.00, 0.41, 0.11. Web safe color of #dce385 is #cccc99. Color #dce385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 10000101
Octal 334 343 205
Decimal 220 227 133
Hex DC E3 85

RGB Percentages of Color #dce385

%37.93
%39.14
%22.93

CMYK Percentages of Color #dce385

%3
%0
%41
%11

Triadic Colors of #dce385

#dce385 #85dce3 #e385dc

Analogous Colors of #dce385

#dce385 #ade385 #e3bb85

Monochromatic Colors of #dce385

#dce385

Complementary Color

#dce385 #8c85e3

#dce385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce385 Color CSS Codes

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

#dce385 Text Font Color

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

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


#dce385 Background Color

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

This div background color is #dce385


#dce385 Border Color

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

This div border color is #dce385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce385


Comments

No comments written yet.

Please login to write comment.