Color Hex Logo

#dac908 Color Hex

#DAC908
(218,201,8)
0 Favorites   0 Comments

Color spaces of #dac908

RGB 2182018
HSL0.150.930.44
HSV55°96°85°
CMYK 0.000.080.96   0.15
XYZ49.843956.69628.5461
Yxy56.69620.43310.4926
Hunter Lab75.2969-13.608845.9785
CIE-Lab80.0084-10.622679.9004

#dac908 color RGB value is (218,201,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 00001000
Octal 332 311 10
Decimal 218 201 8
Hex DA C9 8

RGB Percentages of Color #dac908

%51.05
%47.07
%1.87

CMYK Percentages of Color #dac908

%0
%8
%96
%15

Triadic Colors of #dac908

#dac908 #08dac9 #c908da

Analogous Colors of #dac908

#dac908 #82da08 #da6008

Monochromatic Colors of #dac908

#dac908

Complementary Color

#dac908 #0819da

#dac908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac908 Color CSS Codes

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

#dac908 Text Font Color

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

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


#dac908 Background Color

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

This div background color is #dac908


#dac908 Border Color

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

This div border color is #dac908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac908


Comments

No comments written yet.

Please login to write comment.