Color Hex Logo

#dee760 Color Hex

#DEE760
(222,231,96)
0 Favorites   0 Comments

Color spaces of #dee760

RGB 22223196
HSL0.180.740.64
HSV64°58°91°
CMYK 0.040.000.58   0.09
XYZ60.811473.526022.0532
Yxy73.52600.38880.4701
Hunter Lab85.7473-23.466844.7744
CIE-Lab88.6980-20.441663.0599

#dee760 color RGB value is (222,231,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 01100000
Octal 336 347 140
Decimal 222 231 96
Hex DE E7 60

RGB Percentages of Color #dee760

%40.44
%42.08
%17.49

CMYK Percentages of Color #dee760

%4
%0
%58
%9

Triadic Colors of #dee760

#dee760 #60dee7 #e760de

Analogous Colors of #dee760

#dee760 #9be760 #e7ad60

Monochromatic Colors of #dee760

#dee760

Complementary Color

#dee760 #6960e7

#dee760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee760 Color CSS Codes

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

#dee760 Text Font Color

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

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


#dee760 Background Color

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

This div background color is #dee760


#dee760 Border Color

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

This div border color is #dee760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee760


Comments

No comments written yet.

Please login to write comment.