Color Hex Logo

#dee283 Color Hex

#DEE283
(222,226,131)
0 Favorites   0 Comments

Color spaces of #dee283

RGB 222226131
HSL0.170.620.70
HSV63°42°89°
CMYK 0.020.000.42   0.11
XYZ61.417371.561032.0483
Yxy71.56100.37220.4336
Hunter Lab84.5937-18.443336.7536
CIE-Lab87.7569-14.958845.8523

#dee283 color RGB value is (222,226,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 10000011
Octal 336 342 203
Decimal 222 226 131
Hex DE E2 83

RGB Percentages of Color #dee283

%38.34
%39.03
%22.63

CMYK Percentages of Color #dee283

%2
%0
%42
%11

Triadic Colors of #dee283

#dee283 #83dee2 #e283de

Analogous Colors of #dee283

#dee283 #afe283 #e2b783

Monochromatic Colors of #dee283

#dee283

Complementary Color

#dee283 #8783e2

#dee283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee283 Color CSS Codes

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

#dee283 Text Font Color

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

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


#dee283 Background Color

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

This div background color is #dee283


#dee283 Border Color

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

This div border color is #dee283


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,226,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dee283">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee283


Comments

No comments written yet.

Please login to write comment.