Color Hex Logo

#dde785 Color Hex

#DDE785
(221,231,133)
0 Favorites   0 Comments

Color spaces of #dde785

RGB 221231133
HSL0.180.670.71
HSV66°42°91°
CMYK 0.040.000.42   0.09
XYZ62.628374.217433.2148
Yxy74.21740.36830.4364
Hunter Lab86.1495-20.997137.4455
CIE-Lab89.0251-17.602946.4441

#dde785 color RGB value is (221,231,133).

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

The process color (four color CMYK) of #dde785 color hex is 0.04, 0.00, 0.42, 0.09. Web safe color of #dde785 is #ccff99. Color #dde785 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 10000101
Octal 335 347 205
Decimal 221 231 133
Hex DD E7 85

RGB Percentages of Color #dde785

%37.78
%39.49
%22.74

CMYK Percentages of Color #dde785

%4
%0
%42
%9

Triadic Colors of #dde785

#dde785 #85dde7 #e785dd

Analogous Colors of #dde785

#dde785 #ace785 #e7c085

Monochromatic Colors of #dde785

#dde785

Complementary Color

#dde785 #8f85e7

#dde785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde785 Color CSS Codes

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

#dde785 Text Font Color

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

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


#dde785 Background Color

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

This div background color is #dde785


#dde785 Border Color

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

This div border color is #dde785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde785


Comments

No comments written yet.

Please login to write comment.