Color Hex Logo

#dadf47 Color Hex

#DADF47
(218,223,71)
0 Favorites   0 Comments

Color spaces of #dadf47

RGB 21822371
HSL0.170.700.58
HSV62°68°87°
CMYK 0.020.000.68   0.13
XYZ56.438468.135716.1381
Yxy68.13570.40110.4842
Hunter Lab82.5444-22.406146.1894
CIE-Lab86.0743-19.717870.1474

#dadf47 color RGB value is (218,223,71).

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

The process color (four color CMYK) of #dadf47 color hex is 0.02, 0.00, 0.68, 0.13. Web safe color of #dadf47 is #cccc33. Color #dadf47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 01000111
Octal 332 337 107
Decimal 218 223 71
Hex DA DF 47

RGB Percentages of Color #dadf47

%42.58
%43.55
%13.87

CMYK Percentages of Color #dadf47

%2
%0
%68
%13

Triadic Colors of #dadf47

#dadf47 #47dadf #df47da

Analogous Colors of #dadf47

#dadf47 #8edf47 #df9847

Monochromatic Colors of #dadf47

#dadf47

Complementary Color

#dadf47 #4c47df

#dadf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf47 Color CSS Codes

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

#dadf47 Text Font Color

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

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


#dadf47 Background Color

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

This div background color is #dadf47


#dadf47 Border Color

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

This div border color is #dadf47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,223,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dadf47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf47


Comments

No comments written yet.

Please login to write comment.