Color Hex Logo

#dee76a Color Hex

#DEE76A
(222,231,106)
0 Favorites   0 Comments

Color spaces of #dee76a

RGB 222231106
HSL0.180.720.66
HSV64°54°91°
CMYK 0.040.000.54   0.09
XYZ61.301673.722024.6345
Yxy73.72200.38400.4617
Hunter Lab85.8615-22.816043.0922
CIE-Lab88.7909-19.687658.8056

#dee76a color RGB value is (222,231,106).

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

The process color (four color CMYK) of #dee76a color hex is 0.04, 0.00, 0.54, 0.09. Web safe color of #dee76a is #ccff66. Color #dee76a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 01101010
Octal 336 347 152
Decimal 222 231 106
Hex DE E7 6A

RGB Percentages of Color #dee76a

%39.71
%41.32
%18.96

CMYK Percentages of Color #dee76a

%4
%0
%54
%9

Triadic Colors of #dee76a

#dee76a #6adee7 #e76ade

Analogous Colors of #dee76a

#dee76a #a0e76a #e7b26a

Monochromatic Colors of #dee76a

#dee76a

Complementary Color

#dee76a #736ae7

#dee76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee76a Color CSS Codes

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

#dee76a Text Font Color

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

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


#dee76a Background Color

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

This div background color is #dee76a


#dee76a Border Color

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

This div border color is #dee76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee76a


Comments

No comments written yet.

Please login to write comment.