Color Hex Logo

#dac450 Color Hex

#DAC450
(218,196,80)
0 Favorites   0 Comments

Color spaces of #dac450

RGB 21819680
HSL0.140.650.58
HSV50°63°85°
CMYK 0.000.100.63   0.15
XYZ50.101354.964515.5580
Yxy54.96450.41540.4557
Hunter Lab74.1380-9.114239.4545
CIE-Lab79.0208-5.672859.2700

#dac450 color RGB value is (218,196,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01010000
Octal 332 304 120
Decimal 218 196 80
Hex DA C4 50

RGB Percentages of Color #dac450

%44.13
%39.68
%16.19

CMYK Percentages of Color #dac450

%0
%10
%63
%15

Triadic Colors of #dac450

#dac450 #50dac4 #c450da

Analogous Colors of #dac450

#dac450 #abda50 #da7f50

Monochromatic Colors of #dac450

#dac450

Complementary Color

#dac450 #5066da

#dac450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac450 Color CSS Codes

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

#dac450 Text Font Color

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

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


#dac450 Background Color

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

This div background color is #dac450


#dac450 Border Color

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

This div border color is #dac450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac450


Comments

No comments written yet.

Please login to write comment.