Color Hex Logo

#dacb05 Color Hex

#DACB05
(218,203,5)
0 Favorites   0 Comments

Color spaces of #dacb05

RGB 2182035
HSL0.150.960.44
HSV56°98°85°
CMYK 0.000.070.98   0.15
XYZ50.296857.62838.6160
Yxy57.62830.43160.4945
Hunter Lab75.9133-14.582146.4100
CIE-Lab80.5317-11.660580.5698

#dacb05 color RGB value is (218,203,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 00000101
Octal 332 313 5
Decimal 218 203 5
Hex DA CB 5

RGB Percentages of Color #dacb05

%51.17
%47.65
%1.17

CMYK Percentages of Color #dacb05

%0
%7
%98
%15

Triadic Colors of #dacb05

#dacb05 #05dacb #cb05da

Analogous Colors of #dacb05

#dacb05 #7fda05 #da6005

Monochromatic Colors of #dacb05

#dacb05

Complementary Color

#dacb05 #0514da

#dacb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb05 Color CSS Codes

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

#dacb05 Text Font Color

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

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


#dacb05 Background Color

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

This div background color is #dacb05


#dacb05 Border Color

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

This div border color is #dacb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb05


Comments

No comments written yet.

Please login to write comment.