Color Hex Logo

#daf57a Color Hex

#DAF57A
(218,245,122)
0 Favorites   0 Comments

Color spaces of #daf57a

RGB 218245122
HSL0.200.860.72
HSV73°50°96°
CMYK 0.110.000.50   0.04
XYZ65.078781.615430.7357
Yxy81.61540.36680.4600
Hunter Lab90.3412-29.512043.0674
CIE-Lab92.4048-26.568655.7078

#daf57a color RGB value is (218,245,122).

#daf57a hex color red value is 218, green value is 245 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #daf57a hue: 0.20 , saturation: 0.86 and the lightness value of daf57a is 0.72.

The process color (four color CMYK) of #daf57a color hex is 0.11, 0.00, 0.50, 0.04. Web safe color of #daf57a is #ccff66. Color #daf57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 01111010
Octal 332 365 172
Decimal 218 245 122
Hex DA F5 7A

RGB Percentages of Color #daf57a

%37.26
%41.88
%20.85

CMYK Percentages of Color #daf57a

%11
%0
%50
%4

Triadic Colors of #daf57a

#daf57a #7adaf5 #f57ada

Analogous Colors of #daf57a

#daf57a #9df57a #f5d37a

Monochromatic Colors of #daf57a

#daf57a

Complementary Color

#daf57a #957af5

#daf57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf57a Color CSS Codes

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

#daf57a Text Font Color

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

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


#daf57a Background Color

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

This div background color is #daf57a


#daf57a Border Color

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

This div border color is #daf57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf57a


Comments

No comments written yet.

Please login to write comment.