Color Hex Logo

#dbea9a Color Hex

#DBEA9A
(219,234,154)
0 Favorites   0 Comments

Color spaces of #dbea9a

RGB 219234154
HSL0.200.660.76
HSV71°34°92°
CMYK 0.060.000.34   0.08
XYZ64.469076.238841.8895
Yxy76.23880.35310.4175
Hunter Lab87.3148-21.005332.6759
CIE-Lab89.9701-17.454537.2466

#dbea9a color RGB value is (219,234,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10011010
Octal 333 352 232
Decimal 219 234 154
Hex DB EA 9A

RGB Percentages of Color #dbea9a

%36.08
%38.55
%25.37

CMYK Percentages of Color #dbea9a

%6
%0
%34
%8

Triadic Colors of #dbea9a

#dbea9a #9adbea #ea9adb

Analogous Colors of #dbea9a

#dbea9a #b3ea9a #ead19a

Monochromatic Colors of #dbea9a

#dbea9a

Complementary Color

#dbea9a #a99aea

#dbea9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea9a Color CSS Codes

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

#dbea9a Text Font Color

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

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


#dbea9a Background Color

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

This div background color is #dbea9a


#dbea9a Border Color

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

This div border color is #dbea9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea9a


Comments

No comments written yet.

Please login to write comment.