Color Hex Logo

#daedad Color Hex

#DAEDAD
(218,237,173)
0 Favorites   0 Comments

Color spaces of #daedad

RGB 218237173
HSL0.220.640.80
HSV78°27°93°
CMYK 0.080.000.27   0.07
XYZ66.740578.490951.1678
Yxy78.49090.33980.3996
Hunter Lab88.5951-20.573727.7738
CIE-Lab91.0034-16.808528.9964

#daedad color RGB value is (218,237,173).

#daedad hex color red value is 218, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #daedad hue: 0.22 , saturation: 0.64 and the lightness value of daedad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10101101
Octal 332 355 255
Decimal 218 237 173
Hex DA ED AD

RGB Percentages of Color #daedad

%34.71
%37.74
%27.55

CMYK Percentages of Color #daedad

%8
%0
%27
%7

Triadic Colors of #daedad

#daedad #addaed #edadda

Analogous Colors of #daedad

#daedad #baedad #ede0ad

Monochromatic Colors of #daedad

#daedad

Complementary Color

#daedad #c0aded

#daedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedad Color CSS Codes

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

#daedad Text Font Color

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

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


#daedad Background Color

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

This div background color is #daedad


#daedad Border Color

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

This div border color is #daedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedad


Comments

No comments written yet.

Please login to write comment.