Color Hex Logo

#dbeaac Color Hex

#DBEAAC
(219,234,172)
0 Favorites   0 Comments

Color spaces of #dbeaac

RGB 219234172
HSL0.210.600.80
HSV75°26°92°
CMYK 0.060.000.26   0.08
XYZ66.082676.884350.3869
Yxy76.88430.34180.3976
Hunter Lab87.6837-18.920427.3079
CIE-Lab90.2683-15.105028.5240

#dbeaac color RGB value is (219,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10101100
Octal 333 352 254
Decimal 219 234 172
Hex DB EA AC

RGB Percentages of Color #dbeaac

%35.04
%37.44
%27.52

CMYK Percentages of Color #dbeaac

%6
%0
%26
%8

Triadic Colors of #dbeaac

#dbeaac #acdbea #eaacdb

Analogous Colors of #dbeaac

#dbeaac #bceaac #eadaac

Monochromatic Colors of #dbeaac

#dbeaac

Complementary Color

#dbeaac #bbacea

#dbeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaac Color CSS Codes

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

#dbeaac Text Font Color

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

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


#dbeaac Background Color

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

This div background color is #dbeaac


#dbeaac Border Color

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

This div border color is #dbeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaac


Comments

No comments written yet.

Please login to write comment.