Color Hex Logo

#dbe1ab Color Hex

#DBE1AB
(219,225,171)
0 Favorites   0 Comments

Color spaces of #dbe1ab

RGB 219225171
HSL0.190.470.78
HSV67°24°88°
CMYK 0.030.000.24   0.12
XYZ63.489371.850849.0504
Yxy71.85080.34430.3897
Hunter Lab84.7649-14.641125.0264
CIE-Lab87.8967-10.754325.8151

#dbe1ab color RGB value is (219,225,171).

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

The process color (four color CMYK) of #dbe1ab color hex is 0.03, 0.00, 0.24, 0.12. Web safe color of #dbe1ab is #cccc99. Color #dbe1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 10101011
Octal 333 341 253
Decimal 219 225 171
Hex DB E1 AB

RGB Percentages of Color #dbe1ab

%35.61
%36.59
%27.80

CMYK Percentages of Color #dbe1ab

%3
%0
%24
%12

Triadic Colors of #dbe1ab

#dbe1ab #abdbe1 #e1abdb

Analogous Colors of #dbe1ab

#dbe1ab #c0e1ab #e1ccab

Monochromatic Colors of #dbe1ab

#dbe1ab

Complementary Color

#dbe1ab #b1abe1

#dbe1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe1ab Color CSS Codes

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

#dbe1ab Text Font Color

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

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


#dbe1ab Background Color

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

This div background color is #dbe1ab


#dbe1ab Border Color

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

This div border color is #dbe1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe1ab


Comments

No comments written yet.

Please login to write comment.