Color Hex Logo

#dac360 Color Hex

#DAC360
(218,195,96)
0 Favorites   0 Comments

Color spaces of #dac360

RGB 21819596
HSL0.140.620.62
HSV49°56°85°
CMYK 0.000.110.56   0.15
XYZ50.539954.780218.9762
Yxy54.78020.40660.4407
Hunter Lab74.0136-7.635936.6083
CIE-Lab78.9145-4.039351.9303

#dac360 color RGB value is (218,195,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01100000
Octal 332 303 140
Decimal 218 195 96
Hex DA C3 60

RGB Percentages of Color #dac360

%42.83
%38.31
%18.86

CMYK Percentages of Color #dac360

%0
%11
%56
%15

Triadic Colors of #dac360

#dac360 #60dac3 #c360da

Analogous Colors of #dac360

#dac360 #b4da60 #da8660

Monochromatic Colors of #dac360

#dac360

Complementary Color

#dac360 #6077da

#dac360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac360 Color CSS Codes

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

#dac360 Text Font Color

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

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


#dac360 Background Color

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

This div background color is #dac360


#dac360 Border Color

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

This div border color is #dac360


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,195,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 #dac360">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac360


Comments

No comments written yet.

Please login to write comment.