Color Hex Logo

#dee96b Color Hex

#DEE96B
(222,233,107)
0 Favorites   0 Comments

Color spaces of #dee96b

RGB 222233107
HSL0.180.740.67
HSV65°54°91°
CMYK 0.050.000.54   0.09
XYZ61.917074.869025.0977
Yxy74.86900.38250.4625
Hunter Lab86.5269-23.690843.3714
CIE-Lab89.3316-20.577358.9787

#dee96b color RGB value is (222,233,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 01101011
Octal 336 351 153
Decimal 222 233 107
Hex DE E9 6B

RGB Percentages of Color #dee96b

%39.50
%41.46
%19.04

CMYK Percentages of Color #dee96b

%5
%0
%54
%9

Triadic Colors of #dee96b

#dee96b #6bdee9 #e96bde

Analogous Colors of #dee96b

#dee96b #9fe96b #e9b56b

Monochromatic Colors of #dee96b

#dee96b

Complementary Color

#dee96b #766be9

#dee96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee96b Color CSS Codes

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

#dee96b Text Font Color

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

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


#dee96b Background Color

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

This div background color is #dee96b


#dee96b Border Color

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

This div border color is #dee96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee96b


Comments

No comments written yet.

Please login to write comment.