Color Hex Logo

#dbeaa5 Color Hex

#DBEAA5
(219,234,165)
0 Favorites   0 Comments

Color spaces of #dbeaa5

RGB 219234165
HSL0.200.620.78
HSV73°29°92°
CMYK 0.060.000.29   0.08
XYZ65.427876.622346.9385
Yxy76.62230.34620.4054
Hunter Lab87.5342-19.764229.4808
CIE-Lab90.1475-16.052031.9285

#dbeaa5 color RGB value is (219,234,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10100101
Octal 333 352 245
Decimal 219 234 165
Hex DB EA A5

RGB Percentages of Color #dbeaa5

%35.44
%37.86
%26.70

CMYK Percentages of Color #dbeaa5

%6
%0
%29
%8

Triadic Colors of #dbeaa5

#dbeaa5 #a5dbea #eaa5db

Analogous Colors of #dbeaa5

#dbeaa5 #b9eaa5 #ead7a5

Monochromatic Colors of #dbeaa5

#dbeaa5

Complementary Color

#dbeaa5 #b4a5ea

#dbeaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaa5 Color CSS Codes

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

#dbeaa5 Text Font Color

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

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


#dbeaa5 Background Color

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

This div background color is #dbeaa5


#dbeaa5 Border Color

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

This div border color is #dbeaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaa5


Comments

No comments written yet.

Please login to write comment.