Color Hex Logo

#daf570 Color Hex

#DAF570
(218,245,112)
0 Favorites   0 Comments

Color spaces of #daf570

RGB 218245112
HSL0.200.870.70
HSV72°54°96°
CMYK 0.110.000.54   0.04
XYZ64.490581.380127.6382
Yxy81.38010.37170.4690
Hunter Lab90.2109-30.262044.9828
CIE-Lab92.3006-27.450860.0922

#daf570 color RGB value is (218,245,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 01110000
Octal 332 365 160
Decimal 218 245 112
Hex DA F5 70

RGB Percentages of Color #daf570

%37.91
%42.61
%19.48

CMYK Percentages of Color #daf570

%11
%0
%54
%4

Triadic Colors of #daf570

#daf570 #70daf5 #f570da

Analogous Colors of #daf570

#daf570 #98f570 #f5ce70

Monochromatic Colors of #daf570

#daf570

Complementary Color

#daf570 #8b70f5

#daf570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf570 Color CSS Codes

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

#daf570 Text Font Color

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

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


#daf570 Background Color

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

This div background color is #daf570


#daf570 Border Color

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

This div border color is #daf570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf570


Comments

No comments written yet.

Please login to write comment.