Color Hex Logo

#dbeaa6 Color Hex

#DBEAA6
(219,234,166)
0 Favorites   0 Comments

Color spaces of #dbeaa6

RGB 219234166
HSL0.200.620.78
HSV73°29°92°
CMYK 0.060.000.29   0.08
XYZ65.519276.658947.4198
Yxy76.65890.34560.4043
Hunter Lab87.5551-19.646329.1771
CIE-Lab90.1644-15.919431.4430

#dbeaa6 color RGB value is (219,234,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10100110
Octal 333 352 246
Decimal 219 234 166
Hex DB EA A6

RGB Percentages of Color #dbeaa6

%35.38
%37.80
%26.82

CMYK Percentages of Color #dbeaa6

%6
%0
%29
%8

Triadic Colors of #dbeaa6

#dbeaa6 #a6dbea #eaa6db

Analogous Colors of #dbeaa6

#dbeaa6 #b9eaa6 #ead7a6

Monochromatic Colors of #dbeaa6

#dbeaa6

Complementary Color

#dbeaa6 #b5a6ea

#dbeaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaa6 Color CSS Codes

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

#dbeaa6 Text Font Color

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

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


#dbeaa6 Background Color

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

This div background color is #dbeaa6


#dbeaa6 Border Color

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

This div border color is #dbeaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaa6


Comments

No comments written yet.

Please login to write comment.