Color Hex Logo

#dbedaa Color Hex

#DBEDAA
(219,237,170)
0 Favorites   0 Comments

Color spaces of #dbedaa

RGB 219237170
HSL0.210.650.80
HSV76°28°93°
CMYK 0.080.000.28   0.07
XYZ66.753378.530749.6699
Yxy78.53070.34240.4028
Hunter Lab88.6175-20.621328.8004
CIE-Lab91.0215-16.858030.5599

#dbedaa color RGB value is (219,237,170).

#dbedaa hex color red value is 219, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbedaa hue: 0.21 , saturation: 0.65 and the lightness value of dbedaa is 0.80.

The process color (four color CMYK) of #dbedaa color hex is 0.08, 0.00, 0.28, 0.07. Web safe color of #dbedaa is #ccff99. Color #dbedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 10101010
Octal 333 355 252
Decimal 219 237 170
Hex DB ED AA

RGB Percentages of Color #dbedaa

%34.98
%37.86
%27.16

CMYK Percentages of Color #dbedaa

%8
%0
%28
%7

Triadic Colors of #dbedaa

#dbedaa #aadbed #edaadb

Analogous Colors of #dbedaa

#dbedaa #baedaa #eddeaa

Monochromatic Colors of #dbedaa

#dbedaa

Complementary Color

#dbedaa #bcaaed

#dbedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedaa Color CSS Codes

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

#dbedaa Text Font Color

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

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


#dbedaa Background Color

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

This div background color is #dbedaa


#dbedaa Border Color

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

This div border color is #dbedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedaa


Comments

No comments written yet.

Please login to write comment.