Color Hex Logo

#dad53b Color Hex

#DAD53B
(218,213,59)
0 Favorites   0 Comments

Color spaces of #dad53b

RGB 21821359
HSL0.160.680.54
HSV58°73°85°
CMYK 0.000.020.73   0.15
XYZ53.497162.809713.4416
Yxy62.80970.41230.4841
Hunter Lab79.2526-18.200945.4209
CIE-Lab83.3422-15.372771.6946

#dad53b color RGB value is (218,213,59).

#dad53b hex color red value is 218, green value is 213 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dad53b hue: 0.16 , saturation: 0.68 and the lightness value of dad53b is 0.54.

The process color (four color CMYK) of #dad53b color hex is 0.00, 0.02, 0.73, 0.15. Web safe color of #dad53b is #cccc33. Color #dad53b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 00111011
Octal 332 325 73
Decimal 218 213 59
Hex DA D5 3B

RGB Percentages of Color #dad53b

%44.49
%43.47
%12.04

CMYK Percentages of Color #dad53b

%0
%2
%73
%15

Triadic Colors of #dad53b

#dad53b #3bdad5 #d53bda

Analogous Colors of #dad53b

#dad53b #90da3b #da863b

Monochromatic Colors of #dad53b

#dad53b

Complementary Color

#dad53b #3b40da

#dad53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad53b Color CSS Codes

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

#dad53b Text Font Color

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

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


#dad53b Background Color

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

This div background color is #dad53b


#dad53b Border Color

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

This div border color is #dad53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad53b


Comments

No comments written yet.

Please login to write comment.