Color Hex Logo

#dadf70 Color Hex

#DADF70
(218,223,112)
0 Favorites   0 Comments

Color spaces of #dadf70

RGB 218223112
HSL0.170.630.66
HSV63°50°87°
CMYK 0.020.000.50   0.13
XYZ58.225768.850625.5499
Yxy68.85060.38150.4511
Hunter Lab82.9763-19.952339.8269
CIE-Lab86.4300-16.861053.2438

#dadf70 color RGB value is (218,223,112).

#dadf70 hex color red value is 218, green value is 223 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dadf70 hue: 0.17 , saturation: 0.63 and the lightness value of dadf70 is 0.66.

The process color (four color CMYK) of #dadf70 color hex is 0.02, 0.00, 0.50, 0.13. Web safe color of #dadf70 is #cccc66. Color #dadf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 01110000
Octal 332 337 160
Decimal 218 223 112
Hex DA DF 70

RGB Percentages of Color #dadf70

%39.42
%40.33
%20.25

CMYK Percentages of Color #dadf70

%2
%0
%50
%13

Triadic Colors of #dadf70

#dadf70 #70dadf #df70da

Analogous Colors of #dadf70

#dadf70 #a3df70 #dfad70

Monochromatic Colors of #dadf70

#dadf70

Complementary Color

#dadf70 #7570df

#dadf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf70 Color CSS Codes

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

#dadf70 Text Font Color

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

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


#dadf70 Background Color

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

This div background color is #dadf70


#dadf70 Border Color

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

This div border color is #dadf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf70


Comments

No comments written yet.

Please login to write comment.