Color Hex Logo

#deeba9 Color Hex

#DEEBA9
(222,235,169)
0 Favorites   0 Comments

Color spaces of #deeba9

RGB 222235169
HSL0.200.620.79
HSV72°28°92°
CMYK 0.060.000.28   0.08
XYZ66.994077.810849.0242
Yxy77.81080.34560.4014
Hunter Lab88.2104-18.801228.7960
CIE-Lab90.6935-14.910530.6644

#deeba9 color RGB value is (222,235,169).

#deeba9 hex color red value is 222, green value is 235 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #deeba9 hue: 0.20 , saturation: 0.62 and the lightness value of deeba9 is 0.79.

The process color (four color CMYK) of #deeba9 color hex is 0.06, 0.00, 0.28, 0.08. Web safe color of #deeba9 is #ccff99. Color #deeba9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 10101001
Octal 336 353 251
Decimal 222 235 169
Hex DE EB A9

RGB Percentages of Color #deeba9

%35.46
%37.54
%27.00

CMYK Percentages of Color #deeba9

%6
%0
%28
%8

Triadic Colors of #deeba9

#deeba9 #a9deeb #eba9de

Analogous Colors of #deeba9

#deeba9 #bdeba9 #ebd7a9

Monochromatic Colors of #deeba9

#deeba9

Complementary Color

#deeba9 #b6a9eb

#deeba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeba9 Color CSS Codes

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

#deeba9 Text Font Color

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

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


#deeba9 Background Color

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

This div background color is #deeba9


#deeba9 Border Color

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

This div border color is #deeba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeba9


Comments

No comments written yet.

Please login to write comment.