Color Hex Logo

#dbe2ab Color Hex

#DBE2AB
(219,226,171)
0 Favorites   0 Comments

Color spaces of #dbe2ab

RGB 219226171
HSL0.190.490.78
HSV68°24°89°
CMYK 0.030.000.24   0.11
XYZ63.760572.393149.1408
Yxy72.39310.34410.3907
Hunter Lab85.0841-15.132625.3156
CIE-Lab88.1575-11.256726.1705

#dbe2ab color RGB value is (219,226,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 10101011
Octal 333 342 253
Decimal 219 226 171
Hex DB E2 AB

RGB Percentages of Color #dbe2ab

%35.55
%36.69
%27.76

CMYK Percentages of Color #dbe2ab

%3
%0
%24
%11

Triadic Colors of #dbe2ab

#dbe2ab #abdbe2 #e2abdb

Analogous Colors of #dbe2ab

#dbe2ab #c0e2ab #e2ceab

Monochromatic Colors of #dbe2ab

#dbe2ab

Complementary Color

#dbe2ab #b2abe2

#dbe2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe2ab Color CSS Codes

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

#dbe2ab Text Font Color

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

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


#dbe2ab Background Color

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

This div background color is #dbe2ab


#dbe2ab Border Color

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

This div border color is #dbe2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe2ab


Comments

No comments written yet.

Please login to write comment.