Color Hex Logo

#dde285 Color Hex

#DDE285
(221,226,133)
0 Favorites   0 Comments

Color spaces of #dde285

RGB 221226133
HSL0.180.620.70
HSV63°41°89°
CMYK 0.020.000.41   0.11
XYZ61.248871.458332.7550
Yxy71.45830.37020.4319
Hunter Lab84.5330-18.599736.1993
CIE-Lab87.7072-15.140444.7959

#dde285 color RGB value is (221,226,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 10000101
Octal 335 342 205
Decimal 221 226 133
Hex DD E2 85

RGB Percentages of Color #dde285

%38.10
%38.97
%22.93

CMYK Percentages of Color #dde285

%2
%0
%41
%11

Triadic Colors of #dde285

#dde285 #85dde2 #e285dd

Analogous Colors of #dde285

#dde285 #afe285 #e2b985

Monochromatic Colors of #dde285

#dde285

Complementary Color

#dde285 #8a85e2

#dde285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde285 Color CSS Codes

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

#dde285 Text Font Color

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

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


#dde285 Background Color

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

This div background color is #dde285


#dde285 Border Color

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

This div border color is #dde285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde285


Comments

No comments written yet.

Please login to write comment.