Color Hex Logo

#daeda8 Color Hex

#DAEDA8
(218,237,168)
0 Favorites   0 Comments

Color spaces of #daeda8

RGB 218237168
HSL0.210.660.79
HSV77°29°93°
CMYK 0.080.000.29   0.07
XYZ66.265578.301048.6668
Yxy78.30100.34290.4052
Hunter Lab88.4879-21.181229.3330
CIE-Lab90.9171-17.493031.4233

#daeda8 color RGB value is (218,237,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10101000
Octal 332 355 250
Decimal 218 237 168
Hex DA ED A8

RGB Percentages of Color #daeda8

%34.99
%38.04
%26.97

CMYK Percentages of Color #daeda8

%8
%0
%29
%7

Triadic Colors of #daeda8

#daeda8 #a8daed #eda8da

Analogous Colors of #daeda8

#daeda8 #b8eda8 #eddea8

Monochromatic Colors of #daeda8

#daeda8

Complementary Color

#daeda8 #bba8ed

#daeda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeda8 Color CSS Codes

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

#daeda8 Text Font Color

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

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


#daeda8 Background Color

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

This div background color is #daeda8


#daeda8 Border Color

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

This div border color is #daeda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeda8


Comments

No comments written yet.

Please login to write comment.