Color Hex Logo

#dac612 Color Hex

#DAC612
(218,198,18)
0 Favorites   0 Comments

Color spaces of #dac612

RGB 21819818
HSL0.150.850.46
HSV54°92°85°
CMYK 0.000.090.92   0.15
XYZ49.216755.33738.6594
Yxy55.33730.43470.4888
Hunter Lab74.3890-12.083145.1706
CIE-Lab79.2352-8.987978.1905

#dac612 color RGB value is (218,198,18).

#dac612 hex color red value is 218, green value is 198 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dac612 hue: 0.15 , saturation: 0.85 and the lightness value of dac612 is 0.46.

The process color (four color CMYK) of #dac612 color hex is 0.00, 0.09, 0.92, 0.15. Web safe color of #dac612 is #cccc00. Color #dac612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00010010
Octal 332 306 22
Decimal 218 198 18
Hex DA C6 12

RGB Percentages of Color #dac612

%50.23
%45.62
%4.15

CMYK Percentages of Color #dac612

%0
%9
%92
%15

Triadic Colors of #dac612

#dac612 #12dac6 #c612da

Analogous Colors of #dac612

#dac612 #8ada12 #da6212

Monochromatic Colors of #dac612

#dac612

Complementary Color

#dac612 #1226da

#dac612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac612 Color CSS Codes

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

#dac612 Text Font Color

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

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


#dac612 Background Color

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

This div background color is #dac612


#dac612 Border Color

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

This div border color is #dac612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac612


Comments

No comments written yet.

Please login to write comment.