Color Hex Logo

#dad12c Color Hex

#DAD12C
(218,209,44)
0 Favorites   0 Comments

Color spaces of #dad12c

RGB 21820944
HSL0.160.700.51
HSV57°80°85°
CMYK 0.000.040.80   0.15
XYZ52.168560.688211.3473
Yxy60.68820.42000.4886
Hunter Lab77.9026-16.794845.8957
CIE-Lab82.2108-13.942575.2107

#dad12c color RGB value is (218,209,44).

#dad12c hex color red value is 218, green value is 209 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dad12c hue: 0.16 , saturation: 0.70 and the lightness value of dad12c is 0.51.

The process color (four color CMYK) of #dad12c color hex is 0.00, 0.04, 0.80, 0.15. Web safe color of #dad12c is #cccc33. Color #dad12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 00101100
Octal 332 321 54
Decimal 218 209 44
Hex DA D1 2C

RGB Percentages of Color #dad12c

%46.28
%44.37
%9.34

CMYK Percentages of Color #dad12c

%0
%4
%80
%15

Triadic Colors of #dad12c

#dad12c #2cdad1 #d12cda

Analogous Colors of #dad12c

#dad12c #8cda2c #da7a2c

Monochromatic Colors of #dad12c

#dad12c

Complementary Color

#dad12c #2c35da

#dad12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad12c Color CSS Codes

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

#dad12c Text Font Color

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

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


#dad12c Background Color

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

This div background color is #dad12c


#dad12c Border Color

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

This div border color is #dad12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad12c


Comments

No comments written yet.

Please login to write comment.