Color Hex Logo

#daedaa Color Hex

#DAEDAA
(218,237,170)
0 Favorites   0 Comments

Color spaces of #daedaa

RGB 218237170
HSL0.210.650.80
HSV77°28°93°
CMYK 0.080.000.28   0.07
XYZ66.453378.376149.6558
Yxy78.37610.34170.4030
Hunter Lab88.5303-20.940928.7160
CIE-Lab90.9513-17.221930.4533

#daedaa color RGB value is (218,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10101010
Octal 332 355 252
Decimal 218 237 170
Hex DA ED AA

RGB Percentages of Color #daedaa

%34.88
%37.92
%27.20

CMYK Percentages of Color #daedaa

%8
%0
%28
%7

Triadic Colors of #daedaa

#daedaa #aadaed #edaada

Analogous Colors of #daedaa

#daedaa #b9edaa #eddfaa

Monochromatic Colors of #daedaa

#daedaa

Complementary Color

#daedaa #bdaaed

#daedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedaa Color CSS Codes

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

#daedaa Text Font Color

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

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


#daedaa Background Color

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

This div background color is #daedaa


#daedaa Border Color

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

This div border color is #daedaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,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 #daedaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedaa


Comments

No comments written yet.

Please login to write comment.