Color Hex Logo

#dee38a Color Hex

#DEE38A
(222,227,138)
0 Favorites   0 Comments

Color spaces of #dee38a

RGB 222227138
HSL0.180.610.72
HSV63°39°89°
CMYK 0.020.000.39   0.11
XYZ62.180772.302734.7233
Yxy72.30270.36750.4273
Hunter Lab85.0310-18.272435.3100
CIE-Lab88.1141-14.715042.8652

#dee38a color RGB value is (222,227,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 10001010
Octal 336 343 212
Decimal 222 227 138
Hex DE E3 8A

RGB Percentages of Color #dee38a

%37.82
%38.67
%23.51

CMYK Percentages of Color #dee38a

%2
%0
%39
%11

Triadic Colors of #dee38a

#dee38a #8adee3 #e38ade

Analogous Colors of #dee38a

#dee38a #b2e38a #e3bc8a

Monochromatic Colors of #dee38a

#dee38a

Complementary Color

#dee38a #8f8ae3

#dee38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee38a Color CSS Codes

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

#dee38a Text Font Color

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

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


#dee38a Background Color

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

This div background color is #dee38a


#dee38a Border Color

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

This div border color is #dee38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee38a

#dee38a Color Palettes


Comments

No comments written yet.

Please login to write comment.