Color Hex Logo

#deeb99 Color Hex

#DEEB99
(222,235,153)
0 Favorites   0 Comments

Color spaces of #deeb99

RGB 222235153
HSL0.190.670.76
HSV70°35°92°
CMYK 0.060.000.35   0.08
XYZ65.582377.246241.5904
Yxy77.24620.35560.4189
Hunter Lab87.8898-20.612733.4662
CIE-Lab90.4348-16.943238.3948

#deeb99 color RGB value is (222,235,153).

#deeb99 hex color red value is 222, green value is 235 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #deeb99 hue: 0.19 , saturation: 0.67 and the lightness value of deeb99 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 10011001
Octal 336 353 231
Decimal 222 235 153
Hex DE EB 99

RGB Percentages of Color #deeb99

%36.39
%38.52
%25.08

CMYK Percentages of Color #deeb99

%6
%0
%35
%8

Triadic Colors of #deeb99

#deeb99 #99deeb #eb99de

Analogous Colors of #deeb99

#deeb99 #b5eb99 #ebcf99

Monochromatic Colors of #deeb99

#deeb99

Complementary Color

#deeb99 #a699eb

#deeb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb99 Color CSS Codes

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

#deeb99 Text Font Color

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

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


#deeb99 Background Color

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

This div background color is #deeb99


#deeb99 Border Color

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

This div border color is #deeb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb99


Comments

No comments written yet.

Please login to write comment.