Color Hex Logo

#dee485 Color Hex

#DEE485
(222,228,133)
0 Favorites   0 Comments

Color spaces of #dee485

RGB 222228133
HSL0.180.640.71
HSV64°42°89°
CMYK 0.030.000.42   0.11
XYZ62.101272.709932.9516
Yxy72.70990.37020.4334
Hunter Lab85.2701-19.223236.7772
CIE-Lab88.3092-15.740945.5662

#dee485 color RGB value is (222,228,133).

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

The process color (four color CMYK) of #dee485 color hex is 0.03, 0.00, 0.42, 0.11. Web safe color of #dee485 is #cccc99. Color #dee485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 10000101
Octal 336 344 205
Decimal 222 228 133
Hex DE E4 85

RGB Percentages of Color #dee485

%38.08
%39.11
%22.81

CMYK Percentages of Color #dee485

%3
%0
%42
%11

Triadic Colors of #dee485

#dee485 #85dee4 #e485de

Analogous Colors of #dee485

#dee485 #afe485 #e4bb85

Monochromatic Colors of #dee485

#dee485

Complementary Color

#dee485 #8b85e4

#dee485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee485 Color CSS Codes

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

#dee485 Text Font Color

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

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


#dee485 Background Color

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

This div background color is #dee485


#dee485 Border Color

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

This div border color is #dee485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee485


Comments

No comments written yet.

Please login to write comment.