Color Hex Logo

#daf970 Color Hex

#DAF970
(218,249,112)
0 Favorites   0 Comments

Color spaces of #daf970

RGB 218249112
HSL0.200.920.71
HSV74°55°98°
CMYK 0.120.000.55   0.02
XYZ65.713883.826628.0459
Yxy83.82660.37000.4720
Hunter Lab91.5569-32.108445.9280
CIE-Lab93.3751-29.321961.3253

#daf970 color RGB value is (218,249,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01110000
Octal 332 371 160
Decimal 218 249 112
Hex DA F9 70

RGB Percentages of Color #daf970

%37.65
%43.01
%19.34

CMYK Percentages of Color #daf970

%12
%0
%55
%2

Triadic Colors of #daf970

#daf970 #70daf9 #f970da

Analogous Colors of #daf970

#daf970 #96f970 #f9d470

Monochromatic Colors of #daf970

#daf970

Complementary Color

#daf970 #8f70f9

#daf970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf970 Color CSS Codes

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

#daf970 Text Font Color

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

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


#daf970 Background Color

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

This div background color is #daf970


#daf970 Border Color

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

This div border color is #daf970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf970


Comments

No comments written yet.

Please login to write comment.