Color Hex Logo

#daf170 Color Hex

#DAF170
(218,241,112)
0 Favorites   0 Comments

Color spaces of #daf170

RGB 218241112
HSL0.200.820.69
HSV71°54°95°
CMYK 0.100.000.54   0.05
XYZ63.293478.985927.2391
Yxy78.98590.37340.4659
Hunter Lab88.8740-28.407244.0399
CIE-Lab91.2279-25.562958.8553

#daf170 color RGB value is (218,241,112).

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

The process color (four color CMYK) of #daf170 color hex is 0.10, 0.00, 0.54, 0.05. Web safe color of #daf170 is #ccff66. Color #daf170 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 01110000
Octal 332 361 160
Decimal 218 241 112
Hex DA F1 70

RGB Percentages of Color #daf170

%38.18
%42.21
%19.61

CMYK Percentages of Color #daf170

%10
%0
%54
%5

Triadic Colors of #daf170

#daf170 #70daf1 #f170da

Analogous Colors of #daf170

#daf170 #9af170 #f1c870

Monochromatic Colors of #daf170

#daf170

Complementary Color

#daf170 #8770f1

#daf170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf170 Color CSS Codes

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

#daf170 Text Font Color

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

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


#daf170 Background Color

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

This div background color is #daf170


#daf170 Border Color

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

This div border color is #daf170


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,241,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 #daf170">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf170


Comments

No comments written yet.

Please login to write comment.