Color Hex Logo

#dbeab2 Color Hex

#DBEAB2
(219,234,178)
0 Favorites   0 Comments

Color spaces of #dbeab2

RGB 219234178
HSL0.210.570.81
HSV76°24°92°
CMYK 0.060.000.24   0.08
XYZ66.672177.120153.4911
Yxy77.12010.33800.3909
Hunter Lab87.8181-18.163125.3583
CIE-Lab90.3769-14.259625.5974

#dbeab2 color RGB value is (219,234,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10110010
Octal 333 352 262
Decimal 219 234 178
Hex DB EA B2

RGB Percentages of Color #dbeab2

%34.71
%37.08
%28.21

CMYK Percentages of Color #dbeab2

%6
%0
%24
%8

Triadic Colors of #dbeab2

#dbeab2 #b2dbea #eab2db

Analogous Colors of #dbeab2

#dbeab2 #bfeab2 #eaddb2

Monochromatic Colors of #dbeab2

#dbeab2

Complementary Color

#dbeab2 #c1b2ea

#dbeab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeab2 Color CSS Codes

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

#dbeab2 Text Font Color

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

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


#dbeab2 Background Color

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

This div background color is #dbeab2


#dbeab2 Border Color

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

This div border color is #dbeab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeab2


Comments

No comments written yet.

Please login to write comment.