Color Hex Logo

#daf870 Color Hex

#DAF870
(218,248,112)
0 Favorites   0 Comments

Color spaces of #daf870

RGB 218248112
HSL0.200.910.71
HSV73°55°97°
CMYK 0.120.000.55   0.03
XYZ65.405583.210127.9432
Yxy83.21010.37040.4713
Hunter Lab91.2196-31.647745.6915
CIE-Lab93.1063-28.855961.0174

#daf870 color RGB value is (218,248,112).

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

The process color (four color CMYK) of #daf870 color hex is 0.12, 0.00, 0.55, 0.03. Web safe color of #daf870 is #ccff66. Color #daf870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 01110000
Octal 332 370 160
Decimal 218 248 112
Hex DA F8 70

RGB Percentages of Color #daf870

%37.72
%42.91
%19.38

CMYK Percentages of Color #daf870

%12
%0
%55
%3

Triadic Colors of #daf870

#daf870 #70daf8 #f870da

Analogous Colors of #daf870

#daf870 #96f870 #f8d270

Monochromatic Colors of #daf870

#daf870

Complementary Color

#daf870 #8e70f8

#daf870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf870 Color CSS Codes

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

#daf870 Text Font Color

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

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


#daf870 Background Color

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

This div background color is #daf870


#daf870 Border Color

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

This div border color is #daf870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf870


Comments

No comments written yet.

Please login to write comment.