Color Hex Logo

#dac514 Color Hex

#DAC514
(218,197,20)
0 Favorites   0 Comments

Color spaces of #dac514

RGB 21819720
HSL0.150.830.47
HSV54°91°85°
CMYK 0.000.100.91   0.15
XYZ49.006054.88848.6735
Yxy54.88840.43530.4876
Hunter Lab74.0867-11.579744.9195
CIE-Lab78.9769-8.448777.6986

#dac514 color RGB value is (218,197,20).

#dac514 hex color red value is 218, green value is 197 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dac514 hue: 0.15 , saturation: 0.83 and the lightness value of dac514 is 0.47.

The process color (four color CMYK) of #dac514 color hex is 0.00, 0.10, 0.91, 0.15. Web safe color of #dac514 is #cccc00. Color #dac514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00010100
Octal 332 305 24
Decimal 218 197 20
Hex DA C5 14

RGB Percentages of Color #dac514

%50.11
%45.29
%4.60

CMYK Percentages of Color #dac514

%0
%10
%91
%15

Triadic Colors of #dac514

#dac514 #14dac5 #c514da

Analogous Colors of #dac514

#dac514 #8cda14 #da6214

Monochromatic Colors of #dac514

#dac514

Complementary Color

#dac514 #1429da

#dac514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac514 Color CSS Codes

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

#dac514 Text Font Color

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

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


#dac514 Background Color

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

This div background color is #dac514


#dac514 Border Color

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

This div border color is #dac514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac514


Comments

No comments written yet.

Please login to write comment.