Color Hex Logo

#dbea9c Color Hex

#DBEA9C
(219,234,156)
0 Favorites   0 Comments

Color spaces of #dbea9c

RGB 219234156
HSL0.200.650.76
HSV72°33°92°
CMYK 0.060.000.33   0.08
XYZ64.637076.306042.7743
Yxy76.30600.35180.4153
Hunter Lab87.3533-20.787432.1148
CIE-Lab90.0012-17.207436.2832

#dbea9c color RGB value is (219,234,156).

#dbea9c hex color red value is 219, green value is 234 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dbea9c hue: 0.20 , saturation: 0.65 and the lightness value of dbea9c is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10011100
Octal 333 352 234
Decimal 219 234 156
Hex DB EA 9C

RGB Percentages of Color #dbea9c

%35.96
%38.42
%25.62

CMYK Percentages of Color #dbea9c

%6
%0
%33
%8

Triadic Colors of #dbea9c

#dbea9c #9cdbea #ea9cdb

Analogous Colors of #dbea9c

#dbea9c #b4ea9c #ead29c

Monochromatic Colors of #dbea9c

#dbea9c

Complementary Color

#dbea9c #ab9cea

#dbea9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea9c Color CSS Codes

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

#dbea9c Text Font Color

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

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


#dbea9c Background Color

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

This div background color is #dbea9c


#dbea9c Border Color

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

This div border color is #dbea9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea9c


Comments

No comments written yet.

Please login to write comment.