Color Hex Logo

#dbe4aa Color Hex

#DBE4AA
(219,228,170)
0 Favorites   0 Comments

Color spaces of #dbe4aa

RGB 219228170
HSL0.190.520.78
HSV69°25°89°
CMYK 0.040.000.25   0.11
XYZ64.212573.449248.8230
Yxy73.44920.34430.3939
Hunter Lab85.7025-16.238526.2154
CIE-Lab88.6615-12.397527.3710

#dbe4aa color RGB value is (219,228,170).

#dbe4aa hex color red value is 219, green value is 228 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbe4aa hue: 0.19 , saturation: 0.52 and the lightness value of dbe4aa is 0.78.

The process color (four color CMYK) of #dbe4aa color hex is 0.04, 0.00, 0.25, 0.11. Web safe color of #dbe4aa is #cccc99. Color #dbe4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 10101010
Octal 333 344 252
Decimal 219 228 170
Hex DB E4 AA

RGB Percentages of Color #dbe4aa

%35.49
%36.95
%27.55

CMYK Percentages of Color #dbe4aa

%4
%0
%25
%11

Triadic Colors of #dbe4aa

#dbe4aa #aadbe4 #e4aadb

Analogous Colors of #dbe4aa

#dbe4aa #bee4aa #e4d0aa

Monochromatic Colors of #dbe4aa

#dbe4aa

Complementary Color

#dbe4aa #b3aae4

#dbe4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe4aa Color CSS Codes

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

#dbe4aa Text Font Color

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

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


#dbe4aa Background Color

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

This div background color is #dbe4aa


#dbe4aa Border Color

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

This div border color is #dbe4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe4aa


Comments

No comments written yet.

Please login to write comment.