Color Hex Logo

#dac355 Color Hex

#DAC355
(218,195,85)
0 Favorites   0 Comments

Color spaces of #dac355

RGB 21819585
HSL0.140.640.59
HSV50°61°85°
CMYK 0.000.110.61   0.15
XYZ50.068254.591516.4927
Yxy54.59150.41330.4506
Hunter Lab73.8861-8.341738.4856
CIE-Lab78.8054-4.833256.8453

#dac355 color RGB value is (218,195,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01010101
Octal 332 303 125
Decimal 218 195 85
Hex DA C3 55

RGB Percentages of Color #dac355

%43.78
%39.16
%17.07

CMYK Percentages of Color #dac355

%0
%11
%61
%15

Triadic Colors of #dac355

#dac355 #55dac3 #c355da

Analogous Colors of #dac355

#dac355 #afda55 #da8155

Monochromatic Colors of #dac355

#dac355

Complementary Color

#dac355 #556cda

#dac355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac355 Color CSS Codes

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

#dac355 Text Font Color

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

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


#dac355 Background Color

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

This div background color is #dac355


#dac355 Border Color

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

This div border color is #dac355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac355

#dac355 Color Palettes


Comments

No comments written yet.

Please login to write comment.