Color Hex Logo

#daeda1 Color Hex

#DAEDA1
(218,237,161)
0 Favorites   0 Comments

Color spaces of #daeda1

RGB 218237161
HSL0.210.680.78
HSV75°32°93°
CMYK 0.080.000.32   0.07
XYZ65.630778.047045.3237
Yxy78.04700.34720.4129
Hunter Lab88.3442-21.995231.4231
CIE-Lab90.8013-18.414534.8086

#daeda1 color RGB value is (218,237,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10100001
Octal 332 355 241
Decimal 218 237 161
Hex DA ED A1

RGB Percentages of Color #daeda1

%35.39
%38.47
%26.14

CMYK Percentages of Color #daeda1

%8
%0
%32
%7

Triadic Colors of #daeda1

#daeda1 #a1daed #eda1da

Analogous Colors of #daeda1

#daeda1 #b4eda1 #eddaa1

Monochromatic Colors of #daeda1

#daeda1

Complementary Color

#daeda1 #b4a1ed

#daeda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeda1 Color CSS Codes

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

#daeda1 Text Font Color

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

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


#daeda1 Background Color

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

This div background color is #daeda1


#daeda1 Border Color

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

This div border color is #daeda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeda1


Comments

No comments written yet.

Please login to write comment.