Color Hex Logo

#daeebd Color Hex

#DAEEBD
(218,238,189)
0 Favorites   0 Comments

Color spaces of #daeebd

RGB 218238189
HSL0.230.590.84
HSV84°21°93°
CMYK 0.080.000.21   0.07
XYZ68.673379.728659.9138
Yxy79.72860.32970.3827
Hunter Lab89.2909-18.975322.7203
CIE-Lab91.5629-14.970821.5634

#daeebd color RGB value is (218,238,189).

#daeebd hex color red value is 218, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #daeebd hue: 0.23 , saturation: 0.59 and the lightness value of daeebd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10111101
Octal 332 356 275
Decimal 218 238 189
Hex DA EE BD

RGB Percentages of Color #daeebd

%33.80
%36.90
%29.30

CMYK Percentages of Color #daeebd

%8
%0
%21
%7

Triadic Colors of #daeebd

#daeebd #bddaee #eebdda

Analogous Colors of #daeebd

#daeebd #c2eebd #eeeabd

Monochromatic Colors of #daeebd

#daeebd

Complementary Color

#daeebd #d1bdee

#daeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeebd Color CSS Codes

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

#daeebd Text Font Color

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

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


#daeebd Background Color

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

This div background color is #daeebd


#daeebd Border Color

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

This div border color is #daeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeebd


Comments

No comments written yet.

Please login to write comment.