Color Hex Logo

#dadf49 Color Hex

#DADF49
(218,223,73)
0 Favorites   0 Comments

Color spaces of #dadf49

RGB 21822373
HSL0.170.700.58
HSV62°67°87°
CMYK 0.020.000.67   0.13
XYZ56.503768.161816.4818
Yxy68.16180.40030.4829
Hunter Lab82.5602-22.315945.9558
CIE-Lab86.0873-19.611969.4238

#dadf49 color RGB value is (218,223,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 01001001
Octal 332 337 111
Decimal 218 223 73
Hex DA DF 49

RGB Percentages of Color #dadf49

%42.41
%43.39
%14.20

CMYK Percentages of Color #dadf49

%2
%0
%67
%13

Triadic Colors of #dadf49

#dadf49 #49dadf #df49da

Analogous Colors of #dadf49

#dadf49 #8fdf49 #df9949

Monochromatic Colors of #dadf49

#dadf49

Complementary Color

#dadf49 #4e49df

#dadf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf49 Color CSS Codes

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

#dadf49 Text Font Color

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

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


#dadf49 Background Color

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

This div background color is #dadf49


#dadf49 Border Color

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

This div border color is #dadf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf49


Comments

No comments written yet.

Please login to write comment.