Color Hex Logo

#dee780 Color Hex

#DEE780
(222,231,128)
0 Favorites   0 Comments

Color spaces of #dee780

RGB 222231128
HSL0.180.680.70
HSV65°45°91°
CMYK 0.040.000.45   0.09
XYZ62.596474.239931.4526
Yxy74.23990.37200.4411
Hunter Lab86.1626-21.105738.6707
CIE-Lab89.0357-17.722548.8868

#dee780 color RGB value is (222,231,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 10000000
Octal 336 347 200
Decimal 222 231 128
Hex DE E7 80

RGB Percentages of Color #dee780

%38.21
%39.76
%22.03

CMYK Percentages of Color #dee780

%4
%0
%45
%9

Triadic Colors of #dee780

#dee780 #80dee7 #e780de

Analogous Colors of #dee780

#dee780 #abe780 #e7bd80

Monochromatic Colors of #dee780

#dee780

Complementary Color

#dee780 #8980e7

#dee780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee780 Color CSS Codes

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

#dee780 Text Font Color

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

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


#dee780 Background Color

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

This div background color is #dee780


#dee780 Border Color

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

This div border color is #dee780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee780


Comments

No comments written yet.

Please login to write comment.