Color Hex Logo

#dad146 Color Hex

#DAD146
(218,209,70)
0 Favorites   0 Comments

Color spaces of #dad146

RGB 21820970
HSL0.160.670.56
HSV56°68°85°
CMYK 0.000.040.68   0.15
XYZ52.819460.948614.7747
Yxy60.94860.41090.4742
Hunter Lab78.0696-15.854343.4281
CIE-Lab82.3511-12.851666.7970

#dad146 color RGB value is (218,209,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01000110
Octal 332 321 106
Decimal 218 209 70
Hex DA D1 46

RGB Percentages of Color #dad146

%43.86
%42.05
%14.08

CMYK Percentages of Color #dad146

%0
%4
%68
%15

Triadic Colors of #dad146

#dad146 #46dad1 #d146da

Analogous Colors of #dad146

#dad146 #99da46 #da8746

Monochromatic Colors of #dad146

#dad146

Complementary Color

#dad146 #464fda

#dad146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad146 Color CSS Codes

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

#dad146 Text Font Color

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

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


#dad146 Background Color

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

This div background color is #dad146


#dad146 Border Color

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

This div border color is #dad146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad146


Comments

No comments written yet.

Please login to write comment.