Color Hex Logo

#dac703 Color Hex

#DAC703
(218,199,3)
0 Favorites   0 Comments

Color spaces of #dac703

RGB 2181993
HSL0.150.970.43
HSV55°99°85°
CMYK 0.000.090.99   0.15
XYZ49.353355.75888.2475
Yxy55.75880.43540.4919
Hunter Lab74.6718-12.698645.7217
CIE-Lab79.4763-9.656479.9922

#dac703 color RGB value is (218,199,3).

#dac703 hex color red value is 218, green value is 199 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dac703 hue: 0.15 , saturation: 0.97 and the lightness value of dac703 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00000011
Octal 332 307 3
Decimal 218 199 3
Hex DA C7 3

RGB Percentages of Color #dac703

%51.90
%47.38
%0.71

CMYK Percentages of Color #dac703

%0
%9
%99
%15

Triadic Colors of #dac703

#dac703 #03dac7 #c703da

Analogous Colors of #dac703

#dac703 #82da03 #da5b03

Monochromatic Colors of #dac703

#dac703

Complementary Color

#dac703 #0316da

#dac703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac703 Color CSS Codes

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

#dac703 Text Font Color

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

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


#dac703 Background Color

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

This div background color is #dac703


#dac703 Border Color

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

This div border color is #dac703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac703


Comments

No comments written yet.

Please login to write comment.