Color Hex Logo

#daeea6 Color Hex

#DAEEA6
(218,238,166)
0 Favorites   0 Comments

Color spaces of #daeea6

RGB 218238166
HSL0.210.680.79
HSV77°30°93°
CMYK 0.080.000.30   0.07
XYZ66.370978.807747.7897
Yxy78.80770.34390.4084
Hunter Lab88.7737-21.900030.2239
CIE-Lab91.1472-18.250032.7443

#daeea6 color RGB value is (218,238,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10100110
Octal 332 356 246
Decimal 218 238 166
Hex DA EE A6

RGB Percentages of Color #daeea6

%35.05
%38.26
%26.69

CMYK Percentages of Color #daeea6

%8
%0
%30
%7

Triadic Colors of #daeea6

#daeea6 #a6daee #eea6da

Analogous Colors of #daeea6

#daeea6 #b6eea6 #eedea6

Monochromatic Colors of #daeea6

#daeea6

Complementary Color

#daeea6 #baa6ee

#daeea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeea6 Color CSS Codes

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

#daeea6 Text Font Color

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

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


#daeea6 Background Color

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

This div background color is #daeea6


#daeea6 Border Color

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

This div border color is #daeea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeea6


Comments

No comments written yet.

Please login to write comment.