Color Hex Logo

#dbeaa9 Color Hex

#DBEAA9
(219,234,169)
0 Favorites   0 Comments

Color spaces of #dbeaa9

RGB 219234169
HSL0.210.610.79
HSV74°28°92°
CMYK 0.060.000.28   0.08
XYZ65.797776.770348.8864
Yxy76.77030.34370.4010
Hunter Lab87.6187-19.287128.2525
CIE-Lab90.2158-15.516029.9845

#dbeaa9 color RGB value is (219,234,169).

#dbeaa9 hex color red value is 219, green value is 234 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dbeaa9 hue: 0.21 , saturation: 0.61 and the lightness value of dbeaa9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10101001
Octal 333 352 251
Decimal 219 234 169
Hex DB EA A9

RGB Percentages of Color #dbeaa9

%35.21
%37.62
%27.17

CMYK Percentages of Color #dbeaa9

%6
%0
%28
%8

Triadic Colors of #dbeaa9

#dbeaa9 #a9dbea #eaa9db

Analogous Colors of #dbeaa9

#dbeaa9 #bbeaa9 #ead9a9

Monochromatic Colors of #dbeaa9

#dbeaa9

Complementary Color

#dbeaa9 #b8a9ea

#dbeaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaa9 Color CSS Codes

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

#dbeaa9 Text Font Color

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

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


#dbeaa9 Background Color

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

This div background color is #dbeaa9


#dbeaa9 Border Color

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

This div border color is #dbeaa9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,234,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 #dbeaa9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaa9


Comments

No comments written yet.

Please login to write comment.