Color Hex Logo

#dbeab1 Color Hex

#DBEAB1
(219,234,177)
0 Favorites   0 Comments

Color spaces of #dbeab1

RGB 219234177
HSL0.210.580.81
HSV76°24°92°
CMYK 0.060.000.24   0.08
XYZ66.572077.080052.9642
Yxy77.08000.33860.3920
Hunter Lab87.7952-18.291425.6888
CIE-Lab90.3584-14.402526.0855

#dbeab1 color RGB value is (219,234,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10110001
Octal 333 352 261
Decimal 219 234 177
Hex DB EA B1

RGB Percentages of Color #dbeab1

%34.76
%37.14
%28.10

CMYK Percentages of Color #dbeab1

%6
%0
%24
%8

Triadic Colors of #dbeab1

#dbeab1 #b1dbea #eab1db

Analogous Colors of #dbeab1

#dbeab1 #bfeab1 #eaddb1

Monochromatic Colors of #dbeab1

#dbeab1

Complementary Color

#dbeab1 #c0b1ea

#dbeab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeab1 Color CSS Codes

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

#dbeab1 Text Font Color

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

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


#dbeab1 Background Color

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

This div background color is #dbeab1


#dbeab1 Border Color

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

This div border color is #dbeab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeab1


Comments

No comments written yet.

Please login to write comment.