Color Hex Logo

#dee768 Color Hex

#DEE768
(222,231,104)
0 Favorites   0 Comments

Color spaces of #dee768

RGB 222231104
HSL0.180.730.66
HSV64°55°91°
CMYK 0.040.000.55   0.09
XYZ61.198873.680924.0930
Yxy73.68090.38500.4635
Hunter Lab85.8376-22.952343.4447
CIE-Lab88.7715-19.845359.6716

#dee768 color RGB value is (222,231,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 01101000
Octal 336 347 150
Decimal 222 231 104
Hex DE E7 68

RGB Percentages of Color #dee768

%39.86
%41.47
%18.67

CMYK Percentages of Color #dee768

%4
%0
%55
%9

Triadic Colors of #dee768

#dee768 #68dee7 #e768de

Analogous Colors of #dee768

#dee768 #9fe768 #e7b168

Monochromatic Colors of #dee768

#dee768

Complementary Color

#dee768 #7168e7

#dee768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee768 Color CSS Codes

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

#dee768 Text Font Color

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

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


#dee768 Background Color

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

This div background color is #dee768


#dee768 Border Color

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

This div border color is #dee768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee768


Comments

No comments written yet.

Please login to write comment.