Color Hex Logo

#dab703 Color Hex

#DAB703
(218,183,3)
0 Favorites   0 Comments

Color spaces of #dab703

RGB 2181833
HSL0.140.970.43
HSV50°99°85°
CMYK 0.000.160.99   0.15
XYZ45.863448.77907.0842
Yxy48.77900.45080.4795
Hunter Lab69.8420-5.007142.8755
CIE-Lab75.3136-1.418876.9970

#dab703 color RGB value is (218,183,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00000011
Octal 332 267 3
Decimal 218 183 3
Hex DA B7 3

RGB Percentages of Color #dab703

%53.96
%45.30
%0.74

CMYK Percentages of Color #dab703

%0
%16
%99
%15

Triadic Colors of #dab703

#dab703 #03dab7 #b703da

Analogous Colors of #dab703

#dab703 #92da03 #da4c03

Monochromatic Colors of #dab703

#dab703

Complementary Color

#dab703 #0326da

#dab703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab703 Color CSS Codes

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

#dab703 Text Font Color

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

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


#dab703 Background Color

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

This div background color is #dab703


#dab703 Border Color

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

This div border color is #dab703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab703


Comments

No comments written yet.

Please login to write comment.