Color Hex Logo

#daebb9 Color Hex

#DAEBB9
(218,235,185)
0 Favorites   0 Comments

Color spaces of #daebb9

RGB 218235185
HSL0.220.560.82
HSV80°21°92°
CMYK 0.070.000.21   0.08
XYZ67.378777.824957.3694
Yxy77.82490.33260.3842
Hunter Lab88.2184-18.049123.1960
CIE-Lab90.6999-14.088222.4291

#daebb9 color RGB value is (218,235,185).

#daebb9 hex color red value is 218, green value is 235 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #daebb9 hue: 0.22 , saturation: 0.56 and the lightness value of daebb9 is 0.82.

The process color (four color CMYK) of #daebb9 color hex is 0.07, 0.00, 0.21, 0.08. Web safe color of #daebb9 is #ccffcc. Color #daebb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10111001
Octal 332 353 271
Decimal 218 235 185
Hex DA EB B9

RGB Percentages of Color #daebb9

%34.17
%36.83
%29.00

CMYK Percentages of Color #daebb9

%7
%0
%21
%8

Triadic Colors of #daebb9

#daebb9 #b9daeb #ebb9da

Analogous Colors of #daebb9

#daebb9 #c1ebb9 #ebe3b9

Monochromatic Colors of #daebb9

#daebb9

Complementary Color

#daebb9 #cab9eb

#daebb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebb9 Color CSS Codes

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

#daebb9 Text Font Color

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

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


#daebb9 Background Color

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

This div background color is #daebb9


#daebb9 Border Color

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

This div border color is #daebb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,235,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #daebb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #daebb9;
  -webkit-box-shadow: 1px 1px 3px 2px #daebb9;
  box-shadow:         1px 1px 3px 2px #daebb9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,235,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebb9


Comments

No comments written yet.

Please login to write comment.