Color Hex Logo

#dee782 Color Hex

#DEE782
(222,231,130)
0 Favorites   0 Comments

Color spaces of #dee782

RGB 222231130
HSL0.180.680.71
HSV65°44°91°
CMYK 0.040.000.44   0.09
XYZ62.729474.293132.1529
Yxy74.29310.37080.4391
Hunter Lab86.1934-20.930838.2184
CIE-Lab89.0608-17.522847.9560

#dee782 color RGB value is (222,231,130).

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

The process color (four color CMYK) of #dee782 color hex is 0.04, 0.00, 0.44, 0.09. Web safe color of #dee782 is #ccff99. Color #dee782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 10000010
Octal 336 347 202
Decimal 222 231 130
Hex DE E7 82

RGB Percentages of Color #dee782

%38.08
%39.62
%22.30

CMYK Percentages of Color #dee782

%4
%0
%44
%9

Triadic Colors of #dee782

#dee782 #82dee7 #e782de

Analogous Colors of #dee782

#dee782 #ace782 #e7be82

Monochromatic Colors of #dee782

#dee782

Complementary Color

#dee782 #8b82e7

#dee782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee782 Color CSS Codes

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

#dee782 Text Font Color

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

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


#dee782 Background Color

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

This div background color is #dee782


#dee782 Border Color

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

This div border color is #dee782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee782


Comments

No comments written yet.

Please login to write comment.