Color Hex Logo

#dac351 Color Hex

#DAC351
(218,195,81)
0 Favorites   0 Comments

Color spaces of #dac351

RGB 21819581
HSL0.140.650.59
HSV50°63°85°
CMYK 0.000.110.63   0.15
XYZ49.913854.529715.6791
Yxy54.52970.41550.4540
Hunter Lab73.8442-8.573239.1021
CIE-Lab78.7696-5.094458.5663

#dac351 color RGB value is (218,195,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01010001
Octal 332 303 121
Decimal 218 195 81
Hex DA C3 51

RGB Percentages of Color #dac351

%44.13
%39.47
%16.40

CMYK Percentages of Color #dac351

%0
%11
%63
%15

Triadic Colors of #dac351

#dac351 #51dac3 #c351da

Analogous Colors of #dac351

#dac351 #adda51 #da7f51

Monochromatic Colors of #dac351

#dac351

Complementary Color

#dac351 #5168da

#dac351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac351 Color CSS Codes

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

#dac351 Text Font Color

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

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


#dac351 Background Color

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

This div background color is #dac351


#dac351 Border Color

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

This div border color is #dac351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac351


Comments

No comments written yet.

Please login to write comment.