Color Hex Logo

#dac350 Color Hex

#DAC350
(218,195,80)
0 Favorites   0 Comments

Color spaces of #dac350

RGB 21819580
HSL0.140.650.58
HSV50°63°85°
CMYK 0.000.110.63   0.15
XYZ49.876554.514815.4831
Yxy54.51480.41610.4548
Hunter Lab73.8341-8.629339.2507
CIE-Lab78.7610-5.157758.9901

#dac350 color RGB value is (218,195,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01010000
Octal 332 303 120
Decimal 218 195 80
Hex DA C3 50

RGB Percentages of Color #dac350

%44.22
%39.55
%16.23

CMYK Percentages of Color #dac350

%0
%11
%63
%15

Triadic Colors of #dac350

#dac350 #50dac3 #c350da

Analogous Colors of #dac350

#dac350 #acda50 #da7e50

Monochromatic Colors of #dac350

#dac350

Complementary Color

#dac350 #5067da

#dac350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac350 Color CSS Codes

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

#dac350 Text Font Color

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

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


#dac350 Background Color

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

This div background color is #dac350


#dac350 Border Color

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

This div border color is #dac350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac350


Comments

No comments written yet.

Please login to write comment.