Color Hex Logo

#dad24f Color Hex

#DAD24F
(218,210,79)
0 Favorites   0 Comments

Color spaces of #dad24f

RGB 21821079
HSL0.160.650.58
HSV57°64°85°
CMYK 0.000.040.64   0.15
XYZ53.371361.563116.4670
Yxy61.56310.40620.4685
Hunter Lab78.4622-15.890042.4802
CIE-Lab82.6805-12.844763.5820

#dad24f color RGB value is (218,210,79).

#dad24f hex color red value is 218, green value is 210 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dad24f hue: 0.16 , saturation: 0.65 and the lightness value of dad24f is 0.58.

The process color (four color CMYK) of #dad24f color hex is 0.00, 0.04, 0.64, 0.15. Web safe color of #dad24f is #cccc66. Color #dad24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 01001111
Octal 332 322 117
Decimal 218 210 79
Hex DA D2 4F

RGB Percentages of Color #dad24f

%43.00
%41.42
%15.58

CMYK Percentages of Color #dad24f

%0
%4
%64
%15

Triadic Colors of #dad24f

#dad24f #4fdad2 #d24fda

Analogous Colors of #dad24f

#dad24f #9dda4f #da8d4f

Monochromatic Colors of #dad24f

#dad24f

Complementary Color

#dad24f #4f57da

#dad24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad24f Color CSS Codes

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

#dad24f Text Font Color

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

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


#dad24f Background Color

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

This div background color is #dad24f


#dad24f Border Color

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

This div border color is #dad24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad24f


Comments

No comments written yet.

Please login to write comment.