Color Hex Logo

#d9ab03 Color Hex

#D9AB03
(217,171,3)
0 Favorites   0 Comments

Color spaces of #d9ab03

RGB 2171713
HSL0.130.970.43
HSV47°99°85°
CMYK 0.000.210.99   0.15
XYZ43.194643.88416.2800
Yxy43.88410.46270.4701
Hunter Lab66.24510.460740.7509
CIE-Lab72.15104.454074.7110

#d9ab03 color RGB value is (217,171,3).

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

The process color (four color CMYK) of #d9ab03 color hex is 0.00, 0.21, 0.99, 0.15. Web safe color of #d9ab03 is #cc9900. Color #d9ab03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 00000011
Octal 331 253 3
Decimal 217 171 3
Hex D9 AB 3

RGB Percentages of Color #d9ab03

%55.50
%43.73
%0.77

CMYK Percentages of Color #d9ab03

%0
%21
%99
%15

Triadic Colors of #d9ab03

#d9ab03 #03d9ab #ab03d9

Analogous Colors of #d9ab03

#d9ab03 #9cd903 #d94003

Monochromatic Colors of #d9ab03

#d9ab03

Complementary Color

#d9ab03 #0331d9

#d9ab03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ab03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ab03 Color CSS Codes

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

#d9ab03 Text Font Color

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

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


#d9ab03 Background Color

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

This div background color is #d9ab03


#d9ab03 Border Color

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

This div border color is #d9ab03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ab03


Comments

No comments written yet.

Please login to write comment.