Color Hex Logo

#dbeabd Color Hex

#DBEABD
(219,234,189)
0 Favorites   0 Comments

Color spaces of #dbeabd

RGB 219234189
HSL0.220.520.83
HSV80°19°92°
CMYK 0.060.000.19   0.08
XYZ67.821577.579859.5439
Yxy77.57980.33090.3785
Hunter Lab88.0794-16.693221.5740
CIE-Lab90.5878-12.630420.2201

#dbeabd color RGB value is (219,234,189).

#dbeabd hex color red value is 219, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbeabd hue: 0.22 , saturation: 0.52 and the lightness value of dbeabd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10111101
Octal 333 352 275
Decimal 219 234 189
Hex DB EA BD

RGB Percentages of Color #dbeabd

%34.11
%36.45
%29.44

CMYK Percentages of Color #dbeabd

%6
%0
%19
%8

Triadic Colors of #dbeabd

#dbeabd #bddbea #eabddb

Analogous Colors of #dbeabd

#dbeabd #c5eabd #eae3bd

Monochromatic Colors of #dbeabd

#dbeabd

Complementary Color

#dbeabd #ccbdea

#dbeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeabd Color CSS Codes

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

#dbeabd Text Font Color

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

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


#dbeabd Background Color

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

This div background color is #dbeabd


#dbeabd Border Color

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

This div border color is #dbeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeabd


Comments

No comments written yet.

Please login to write comment.