Color Hex Logo

#daea7f Color Hex

#DAEA7F
(218,234,127)
0 Favorites   0 Comments

Color spaces of #daea7f

RGB 218234127
HSL0.190.720.71
HSV69°46°92°
CMYK 0.070.000.46   0.08
XYZ62.167075.283431.3333
Yxy75.28340.36830.4460
Hunter Lab86.7660-23.947039.3252
CIE-Lab89.5256-20.830949.8987

#daea7f color RGB value is (218,234,127).

#daea7f hex color red value is 218, green value is 234 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daea7f hue: 0.19 , saturation: 0.72 and the lightness value of daea7f is 0.71.

The process color (four color CMYK) of #daea7f color hex is 0.07, 0.00, 0.46, 0.08. Web safe color of #daea7f is #ccff66. Color #daea7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 01111111
Octal 332 352 177
Decimal 218 234 127
Hex DA EA 7F

RGB Percentages of Color #daea7f

%37.65
%40.41
%21.93

CMYK Percentages of Color #daea7f

%7
%0
%46
%8

Triadic Colors of #daea7f

#daea7f #7fdaea #ea7fda

Analogous Colors of #daea7f

#daea7f #a5ea7f #eac57f

Monochromatic Colors of #daea7f

#daea7f

Complementary Color

#daea7f #8f7fea

#daea7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea7f Color CSS Codes

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

#daea7f Text Font Color

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

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


#daea7f Background Color

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

This div background color is #daea7f


#daea7f Border Color

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

This div border color is #daea7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea7f


Comments

No comments written yet.

Please login to write comment.