Color Hex Logo

#dac103 Color Hex

#DAC103
(218,193,3)
0 Favorites   0 Comments

Color spaces of #dac103

RGB 2181933
HSL0.150.970.43
HSV53°99°85°
CMYK 0.000.110.99   0.15
XYZ47.999853.05197.7963
Yxy53.05190.44100.4874
Hunter Lab72.8367-9.831844.6394
CIE-Lab77.9056-6.594078.8563

#dac103 color RGB value is (218,193,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00000011
Octal 332 301 3
Decimal 218 193 3
Hex DA C1 3

RGB Percentages of Color #dac103

%52.66
%46.62
%0.72

CMYK Percentages of Color #dac103

%0
%11
%99
%15

Triadic Colors of #dac103

#dac103 #03dac1 #c103da

Analogous Colors of #dac103

#dac103 #88da03 #da5503

Monochromatic Colors of #dac103

#dac103

Complementary Color

#dac103 #031cda

#dac103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac103 Color CSS Codes

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

#dac103 Text Font Color

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

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


#dac103 Background Color

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

This div background color is #dac103


#dac103 Border Color

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

This div border color is #dac103


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,193,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 #dac103">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac103


Comments

No comments written yet.

Please login to write comment.