Color Hex Logo

#dbeaa7 Color Hex

#DBEAA7
(219,234,167)
0 Favorites   0 Comments

Color spaces of #dbeaa7

RGB 219234167
HSL0.200.610.79
HSV73°29°92°
CMYK 0.060.000.29   0.08
XYZ65.611376.695747.9049
Yxy76.69570.34490.4032
Hunter Lab87.5761-19.527428.8711
CIE-Lab90.1814-15.785730.9571

#dbeaa7 color RGB value is (219,234,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10100111
Octal 333 352 247
Decimal 219 234 167
Hex DB EA A7

RGB Percentages of Color #dbeaa7

%35.32
%37.74
%26.94

CMYK Percentages of Color #dbeaa7

%6
%0
%29
%8

Triadic Colors of #dbeaa7

#dbeaa7 #a7dbea #eaa7db

Analogous Colors of #dbeaa7

#dbeaa7 #baeaa7 #ead8a7

Monochromatic Colors of #dbeaa7

#dbeaa7

Complementary Color

#dbeaa7 #b6a7ea

#dbeaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaa7 Color CSS Codes

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

#dbeaa7 Text Font Color

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

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


#dbeaa7 Background Color

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

This div background color is #dbeaa7


#dbeaa7 Border Color

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

This div border color is #dbeaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaa7


Comments

No comments written yet.

Please login to write comment.