Color Hex Logo

#dbeab6 Color Hex

#DBEAB6
(219,234,182)
0 Favorites   0 Comments

Color spaces of #dbeab6

RGB 219234182
HSL0.210.550.82
HSV77°22°92°
CMYK 0.060.000.22   0.08
XYZ67.079777.283155.6376
Yxy77.28310.33540.3864
Hunter Lab87.9108-17.640824.0137
CIE-Lab90.4518-13.678923.6433

#dbeab6 color RGB value is (219,234,182).

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

The process color (four color CMYK) of #dbeab6 color hex is 0.06, 0.00, 0.22, 0.08. Web safe color of #dbeab6 is #ccffcc. Color #dbeab6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10110110
Octal 333 352 266
Decimal 219 234 182
Hex DB EA B6

RGB Percentages of Color #dbeab6

%34.49
%36.85
%28.66

CMYK Percentages of Color #dbeab6

%6
%0
%22
%8

Triadic Colors of #dbeab6

#dbeab6 #b6dbea #eab6db

Analogous Colors of #dbeab6

#dbeab6 #c1eab6 #eadfb6

Monochromatic Colors of #dbeab6

#dbeab6

Complementary Color

#dbeab6 #c5b6ea

#dbeab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeab6 Color CSS Codes

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

#dbeab6 Text Font Color

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

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


#dbeab6 Background Color

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

This div background color is #dbeab6


#dbeab6 Border Color

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

This div border color is #dbeab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeab6


Comments

No comments written yet.

Please login to write comment.