Color Hex Logo

#daeaa7 Color Hex

#DAEAA7
(218,234,167)
0 Favorites   0 Comments

Color spaces of #daeaa7

RGB 218234167
HSL0.210.610.79
HSV74°29°92°
CMYK 0.070.000.29   0.08
XYZ65.311376.541147.8909
Yxy76.54110.34420.4034
Hunter Lab87.4878-19.849928.7860
CIE-Lab90.1100-16.152530.8488

#daeaa7 color RGB value is (218,234,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 10100111
Octal 332 352 247
Decimal 218 234 167
Hex DA EA A7

RGB Percentages of Color #daeaa7

%35.22
%37.80
%26.98

CMYK Percentages of Color #daeaa7

%7
%0
%29
%8

Triadic Colors of #daeaa7

#daeaa7 #a7daea #eaa7da

Analogous Colors of #daeaa7

#daeaa7 #b9eaa7 #ead9a7

Monochromatic Colors of #daeaa7

#daeaa7

Complementary Color

#daeaa7 #b7a7ea

#daeaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeaa7 Color CSS Codes

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

#daeaa7 Text Font Color

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

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


#daeaa7 Background Color

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

This div background color is #daeaa7


#daeaa7 Border Color

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

This div border color is #daeaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeaa7


Comments

No comments written yet.

Please login to write comment.