Color Hex Logo

#daf470 Color Hex

#DAF470
(218,244,112)
0 Favorites   0 Comments

Color spaces of #daf470

RGB 218244112
HSL0.200.860.70
HSV72°54°96°
CMYK 0.110.000.54   0.04
XYZ64.188880.776627.5376
Yxy80.77660.37210.4683
Hunter Lab89.8758-29.798944.7468
CIE-Lab92.0322-26.980259.7833

#daf470 color RGB value is (218,244,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 01110000
Octal 332 364 160
Decimal 218 244 112
Hex DA F4 70

RGB Percentages of Color #daf470

%37.98
%42.51
%19.51

CMYK Percentages of Color #daf470

%11
%0
%54
%4

Triadic Colors of #daf470

#daf470 #70daf4 #f470da

Analogous Colors of #daf470

#daf470 #98f470 #f4cc70

Monochromatic Colors of #daf470

#daf470

Complementary Color

#daf470 #8a70f4

#daf470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf470 Color CSS Codes

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

#daf470 Text Font Color

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

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


#daf470 Background Color

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

This div background color is #daf470


#daf470 Border Color

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

This div border color is #daf470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf470


Comments

No comments written yet.

Please login to write comment.