Color Hex Logo

#dad43c Color Hex

#DAD43C
(218,212,60)
0 Favorites   0 Comments

Color spaces of #dad43c

RGB 21821260
HSL0.160.680.55
HSV58°72°85°
CMYK 0.000.030.72   0.15
XYZ53.272562.318613.4959
Yxy62.31860.41270.4828
Hunter Lab78.9421-17.691645.1233
CIE-Lab83.0826-14.832371.1132

#dad43c color RGB value is (218,212,60).

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

The process color (four color CMYK) of #dad43c color hex is 0.00, 0.03, 0.72, 0.15. Web safe color of #dad43c is #cccc33. Color #dad43c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00111100
Octal 332 324 74
Decimal 218 212 60
Hex DA D4 3C

RGB Percentages of Color #dad43c

%44.49
%43.27
%12.24

CMYK Percentages of Color #dad43c

%0
%3
%72
%15

Triadic Colors of #dad43c

#dad43c #3cdad4 #d43cda

Analogous Colors of #dad43c

#dad43c #91da3c #da853c

Monochromatic Colors of #dad43c

#dad43c

Complementary Color

#dad43c #3c42da

#dad43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad43c Color CSS Codes

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

#dad43c Text Font Color

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

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


#dad43c Background Color

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

This div background color is #dad43c


#dad43c Border Color

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

This div border color is #dad43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad43c


Comments

No comments written yet.

Please login to write comment.