Color Hex Logo

#dee980 Color Hex

#DEE980
(222,233,128)
0 Favorites   0 Comments

Color spaces of #dee980

RGB 222233128
HSL0.180.700.71
HSV66°45°91°
CMYK 0.050.000.45   0.09
XYZ63.159475.365931.6403
Yxy75.36590.37120.4429
Hunter Lab86.8135-22.059739.1605
CIE-Lab89.5641-18.699649.5353

#dee980 color RGB value is (222,233,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 10000000
Octal 336 351 200
Decimal 222 233 128
Hex DE E9 80

RGB Percentages of Color #dee980

%38.08
%39.97
%21.96

CMYK Percentages of Color #dee980

%5
%0
%45
%9

Triadic Colors of #dee980

#dee980 #80dee9 #e980de

Analogous Colors of #dee980

#dee980 #aae980 #e9c080

Monochromatic Colors of #dee980

#dee980

Complementary Color

#dee980 #8b80e9

#dee980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee980 Color CSS Codes

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

#dee980 Text Font Color

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

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


#dee980 Background Color

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

This div background color is #dee980


#dee980 Border Color

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

This div border color is #dee980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,233,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 #dee980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee980


Comments

No comments written yet.

Please login to write comment.