Color Hex Logo

#dad112 Color Hex

#DAD112
(218,209,18)
0 Favorites   0 Comments

Color spaces of #dad112

RGB 21820918
HSL0.160.850.46
HSV57°92°85°
CMYK 0.000.040.92   0.15
XYZ51.823160.55009.5282
Yxy60.55000.42510.4967
Hunter Lab77.8139-17.295547.2097
CIE-Lab82.1362-14.526480.4071

#dad112 color RGB value is (218,209,18).

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

The process color (four color CMYK) of #dad112 color hex is 0.00, 0.04, 0.92, 0.15. Web safe color of #dad112 is #cccc00. Color #dad112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 00010010
Octal 332 321 22
Decimal 218 209 18
Hex DA D1 12

RGB Percentages of Color #dad112

%48.99
%46.97
%4.04

CMYK Percentages of Color #dad112

%0
%4
%92
%15

Triadic Colors of #dad112

#dad112 #12dad1 #d112da

Analogous Colors of #dad112

#dad112 #7fda12 #da6d12

Monochromatic Colors of #dad112

#dad112

Complementary Color

#dad112 #121bda

#dad112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad112 Color CSS Codes

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

#dad112 Text Font Color

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

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


#dad112 Background Color

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

This div background color is #dad112


#dad112 Border Color

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

This div border color is #dad112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad112


Comments

No comments written yet.

Please login to write comment.