Color Hex Logo

#dad360 Color Hex

#DAD360
(218,211,96)
0 Favorites   0 Comments

Color spaces of #dad360

RGB 21821196
HSL0.160.620.62
HSV57°56°85°
CMYK 0.000.030.56   0.15
XYZ54.319062.338520.2359
Yxy62.33850.39680.4554
Hunter Lab78.9547-15.367040.0724
CIE-Lab83.0931-12.195856.7155

#dad360 color RGB value is (218,211,96).

#dad360 hex color red value is 218, green value is 211 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dad360 hue: 0.16 , saturation: 0.62 and the lightness value of dad360 is 0.62.

The process color (four color CMYK) of #dad360 color hex is 0.00, 0.03, 0.56, 0.15. Web safe color of #dad360 is #cccc66. Color #dad360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01100000
Octal 332 323 140
Decimal 218 211 96
Hex DA D3 60

RGB Percentages of Color #dad360

%41.52
%40.19
%18.29

CMYK Percentages of Color #dad360

%0
%3
%56
%15

Triadic Colors of #dad360

#dad360 #60dad3 #d360da

Analogous Colors of #dad360

#dad360 #a4da60 #da9660

Monochromatic Colors of #dad360

#dad360

Complementary Color

#dad360 #6067da

#dad360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad360 Color CSS Codes

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

#dad360 Text Font Color

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

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


#dad360 Background Color

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

This div background color is #dad360


#dad360 Border Color

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

This div border color is #dad360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad360


Comments

No comments written yet.

Please login to write comment.