Color Hex Logo

#dab503 Color Hex

#DAB503
(218,181,3)
0 Favorites   0 Comments

Color spaces of #dab503

RGB 2181813
HSL0.140.970.43
HSV50°99°85°
CMYK 0.000.170.99   0.15
XYZ45.453847.95976.9476
Yxy47.95970.45290.4779
Hunter Lab69.2529-4.035142.5290
CIE-Lab74.7995-0.373776.6310

#dab503 color RGB value is (218,181,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00000011
Octal 332 265 3
Decimal 218 181 3
Hex DA B5 3

RGB Percentages of Color #dab503

%54.23
%45.02
%0.75

CMYK Percentages of Color #dab503

%0
%17
%99
%15

Triadic Colors of #dab503

#dab503 #03dab5 #b503da

Analogous Colors of #dab503

#dab503 #94da03 #da4903

Monochromatic Colors of #dab503

#dab503

Complementary Color

#dab503 #0328da

#dab503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab503 Color CSS Codes

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

#dab503 Text Font Color

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

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


#dab503 Background Color

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

This div background color is #dab503


#dab503 Border Color

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

This div border color is #dab503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab503


Comments

No comments written yet.

Please login to write comment.