Color Hex Logo

#dbeeaa Color Hex

#DBEEAA
(219,238,170)
0 Favorites   0 Comments

Color spaces of #dbeeaa

RGB 219238170
HSL0.210.670.80
HSV77°29°93°
CMYK 0.080.000.29   0.07
XYZ67.043779.111449.7667
Yxy79.11140.34220.4038
Hunter Lab88.9446-21.105229.0870
CIE-Lab91.2847-17.348730.9137

#dbeeaa color RGB value is (219,238,170).

#dbeeaa hex color red value is 219, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbeeaa hue: 0.21 , saturation: 0.67 and the lightness value of dbeeaa is 0.80.

The process color (four color CMYK) of #dbeeaa color hex is 0.08, 0.00, 0.29, 0.07. Web safe color of #dbeeaa is #ccff99. Color #dbeeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 10101010
Octal 333 356 252
Decimal 219 238 170
Hex DB EE AA

RGB Percentages of Color #dbeeaa

%34.93
%37.96
%27.11

CMYK Percentages of Color #dbeeaa

%8
%0
%29
%7

Triadic Colors of #dbeeaa

#dbeeaa #aadbee #eeaadb

Analogous Colors of #dbeeaa

#dbeeaa #b9eeaa #eedfaa

Monochromatic Colors of #dbeeaa

#dbeeaa

Complementary Color

#dbeeaa #bdaaee

#dbeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeeaa Color CSS Codes

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

#dbeeaa Text Font Color

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

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


#dbeeaa Background Color

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

This div background color is #dbeeaa


#dbeeaa Border Color

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

This div border color is #dbeeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,238,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbeeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbeeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #dbeeaa;
  box-shadow:         1px 1px 3px 2px #dbeeaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,238,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeeaa


Comments

No comments written yet.

Please login to write comment.