Color Hex Logo

#dee47a Color Hex

#DEE47A
(222,228,122)
0 Favorites   0 Comments

Color spaces of #dee47a

RGB 222228122
HSL0.180.660.69
HSV63°46°89°
CMYK 0.030.000.46   0.11
XYZ61.380572.421529.1560
Yxy72.42150.37670.4444
Hunter Lab85.1008-20.180139.2575
CIE-Lab88.1711-16.830650.6955

#dee47a color RGB value is (222,228,122).

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

The process color (four color CMYK) of #dee47a color hex is 0.03, 0.00, 0.46, 0.11. Web safe color of #dee47a is #cccc66. Color #dee47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 01111010
Octal 336 344 172
Decimal 222 228 122
Hex DE E4 7A

RGB Percentages of Color #dee47a

%38.81
%39.86
%21.33

CMYK Percentages of Color #dee47a

%3
%0
%46
%11

Triadic Colors of #dee47a

#dee47a #7adee4 #e47ade

Analogous Colors of #dee47a

#dee47a #a9e47a #e4b57a

Monochromatic Colors of #dee47a

#dee47a

Complementary Color

#dee47a #807ae4

#dee47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee47a Color CSS Codes

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

#dee47a Text Font Color

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

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


#dee47a Background Color

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

This div background color is #dee47a


#dee47a Border Color

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

This div border color is #dee47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee47a


Comments

No comments written yet.

Please login to write comment.