Color Hex Logo

#daca06 Color Hex

#DACA06
(218,202,6)
0 Favorites   0 Comments

Color spaces of #daca06

RGB 2182026
HSL0.150.950.44
HSV55°97°85°
CMYK 0.000.070.97   0.15
XYZ50.066857.15968.5664
Yxy57.15960.43240.4936
Hunter Lab75.6040-14.099946.2049
CIE-Lab80.2693-11.146880.2824

#daca06 color RGB value is (218,202,6).

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

The process color (four color CMYK) of #daca06 color hex is 0.00, 0.07, 0.97, 0.15. Web safe color of #daca06 is #cccc00. Color #daca06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 00000110
Octal 332 312 6
Decimal 218 202 6
Hex DA CA 6

RGB Percentages of Color #daca06

%51.17
%47.42
%1.41

CMYK Percentages of Color #daca06

%0
%7
%97
%15

Triadic Colors of #daca06

#daca06 #06daca #ca06da

Analogous Colors of #daca06

#daca06 #80da06 #da6006

Monochromatic Colors of #daca06

#daca06

Complementary Color

#daca06 #0616da

#daca06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca06 Color CSS Codes

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

#daca06 Text Font Color

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

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


#daca06 Background Color

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

This div background color is #daca06


#daca06 Border Color

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

This div border color is #daca06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca06


Comments

No comments written yet.

Please login to write comment.