Color Hex Logo

#dee385 Color Hex

#DEE385
(222,227,133)
0 Favorites   0 Comments

Color spaces of #dee385

RGB 222227133
HSL0.180.630.71
HSV63°41°89°
CMYK 0.020.000.41   0.11
XYZ61.826972.161232.8602
Yxy72.16120.37060.4325
Hunter Lab84.9477-18.742236.5284
CIE-Lab88.0461-15.246845.2370

#dee385 color RGB value is (222,227,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 10000101
Octal 336 343 205
Decimal 222 227 133
Hex DE E3 85

RGB Percentages of Color #dee385

%38.14
%39.00
%22.85

CMYK Percentages of Color #dee385

%2
%0
%41
%11

Triadic Colors of #dee385

#dee385 #85dee3 #e385de

Analogous Colors of #dee385

#dee385 #afe385 #e3b985

Monochromatic Colors of #dee385

#dee385

Complementary Color

#dee385 #8a85e3

#dee385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee385 Color CSS Codes

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

#dee385 Text Font Color

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

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


#dee385 Background Color

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

This div background color is #dee385


#dee385 Border Color

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

This div border color is #dee385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee385


Comments

No comments written yet.

Please login to write comment.