Color Hex Logo

#dac918 Color Hex

#DAC918
(218,201,24)
0 Favorites   0 Comments

Color spaces of #dac918

RGB 21820124
HSL0.150.800.47
HSV55°89°85°
CMYK 0.000.080.89   0.15
XYZ49.965056.74479.1835
Yxy56.74470.43110.4896
Hunter Lab75.3291-13.428745.5022
CIE-Lab80.0358-10.414277.8696

#dac918 color RGB value is (218,201,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 00011000
Octal 332 311 30
Decimal 218 201 24
Hex DA C9 18

RGB Percentages of Color #dac918

%49.21
%45.37
%5.42

CMYK Percentages of Color #dac918

%0
%8
%89
%15

Triadic Colors of #dac918

#dac918 #18dac9 #c918da

Analogous Colors of #dac918

#dac918 #8ada18 #da6818

Monochromatic Colors of #dac918

#dac918

Complementary Color

#dac918 #1829da

#dac918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac918 Color CSS Codes

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

#dac918 Text Font Color

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

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


#dac918 Background Color

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

This div background color is #dac918


#dac918 Border Color

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

This div border color is #dac918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac918


Comments

No comments written yet.

Please login to write comment.