Color Hex Logo

#dab403 Color Hex

#DAB403
(218,180,3)
0 Favorites   0 Comments

Color spaces of #dab403

RGB 2181803
HSL0.140.970.43
HSV49°99°85°
CMYK 0.000.170.99   0.15
XYZ45.251147.55456.8801
Yxy47.55450.45390.4770
Hunter Lab68.9598-3.548742.3565
CIE-Lab74.54310.149576.4485

#dab403 color RGB value is (218,180,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00000011
Octal 332 264 3
Decimal 218 180 3
Hex DA B4 3

RGB Percentages of Color #dab403

%54.36
%44.89
%0.75

CMYK Percentages of Color #dab403

%0
%17
%99
%15

Triadic Colors of #dab403

#dab403 #03dab4 #b403da

Analogous Colors of #dab403

#dab403 #95da03 #da4903

Monochromatic Colors of #dab403

#dab403

Complementary Color

#dab403 #0329da

#dab403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab403 Color CSS Codes

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

#dab403 Text Font Color

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

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


#dab403 Background Color

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

This div background color is #dab403


#dab403 Border Color

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

This div border color is #dab403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab403


Comments

No comments written yet.

Please login to write comment.