Color Hex Logo

#dce085 Color Hex

#DCE085
(220,224,133)
0 Favorites   0 Comments

Color spaces of #dce085

RGB 220224133
HSL0.170.590.70
HSV63°41°88°
CMYK 0.020.000.41   0.12
XYZ60.404570.220432.5605
Yxy70.22040.37020.4303
Hunter Lab83.7976-17.976235.6205
CIE-Lab87.1048-14.537744.0232

#dce085 color RGB value is (220,224,133).

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

The process color (four color CMYK) of #dce085 color hex is 0.02, 0.00, 0.41, 0.12. Web safe color of #dce085 is #cccc99. Color #dce085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10000101
Octal 334 340 205
Decimal 220 224 133
Hex DC E0 85

RGB Percentages of Color #dce085

%38.13
%38.82
%23.05

CMYK Percentages of Color #dce085

%2
%0
%41
%12

Triadic Colors of #dce085

#dce085 #85dce0 #e085dc

Analogous Colors of #dce085

#dce085 #afe085 #e0b785

Monochromatic Colors of #dce085

#dce085

Complementary Color

#dce085 #8985e0

#dce085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce085 Color CSS Codes

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

#dce085 Text Font Color

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

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


#dce085 Background Color

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

This div background color is #dce085


#dce085 Border Color

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

This div border color is #dce085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce085


Comments

No comments written yet.

Please login to write comment.