Color Hex Logo

#dac914 Color Hex

#DAC914
(218,201,20)
0 Favorites   0 Comments

Color spaces of #dac914

RGB 21820120
HSL0.150.830.47
HSV55°91°85°
CMYK 0.000.080.91   0.15
XYZ49.926456.72928.9803
Yxy56.72920.43180.4906
Hunter Lab75.3188-13.486045.6540
CIE-Lab80.0270-10.480578.5062

#dac914 color RGB value is (218,201,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 00010100
Octal 332 311 24
Decimal 218 201 20
Hex DA C9 14

RGB Percentages of Color #dac914

%49.66
%45.79
%4.56

CMYK Percentages of Color #dac914

%0
%8
%91
%15

Triadic Colors of #dac914

#dac914 #14dac9 #c914da

Analogous Colors of #dac914

#dac914 #88da14 #da6614

Monochromatic Colors of #dac914

#dac914

Complementary Color

#dac914 #1425da

#dac914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac914 Color CSS Codes

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

#dac914 Text Font Color

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

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


#dac914 Background Color

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

This div background color is #dac914


#dac914 Border Color

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

This div border color is #dac914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac914


Comments

No comments written yet.

Please login to write comment.