Color Hex Logo

#dde185 Color Hex

#DDE185
(221,225,133)
0 Favorites   0 Comments

Color spaces of #dde185

RGB 221225133
HSL0.170.610.70
HSV63°41°88°
CMYK 0.020.000.41   0.12
XYZ60.977670.916032.6646
Yxy70.91600.37060.4309
Hunter Lab84.2116-18.118635.9503
CIE-Lab87.4442-14.645144.4659

#dde185 color RGB value is (221,225,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 10000101
Octal 335 341 205
Decimal 221 225 133
Hex DD E1 85

RGB Percentages of Color #dde185

%38.17
%38.86
%22.97

CMYK Percentages of Color #dde185

%2
%0
%41
%12

Triadic Colors of #dde185

#dde185 #85dde1 #e185dd

Analogous Colors of #dde185

#dde185 #afe185 #e1b785

Monochromatic Colors of #dde185

#dde185

Complementary Color

#dde185 #8985e1

#dde185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde185 Color CSS Codes

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

#dde185 Text Font Color

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

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


#dde185 Background Color

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

This div background color is #dde185


#dde185 Border Color

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

This div border color is #dde185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde185


Comments

No comments written yet.

Please login to write comment.