Color Hex Logo

#d5aa03 Color Hex

#D5AA03
(213,170,3)
0 Favorites   0 Comments

Color spaces of #d5aa03

RGB 2131703
HSL0.130.970.42
HSV48°99°84°
CMYK 0.000.200.99   0.16
XYZ41.831742.90226.1623
Yxy42.90220.46020.4720
Hunter Lab65.4998-0.624840.2718
CIE-Lab71.48853.222974.0547

#d5aa03 color RGB value is (213,170,3).

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

The process color (four color CMYK) of #d5aa03 color hex is 0.00, 0.20, 0.99, 0.16. Web safe color of #d5aa03 is #cc9900. Color #d5aa03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 00000011
Octal 325 252 3
Decimal 213 170 3
Hex D5 AA 3

RGB Percentages of Color #d5aa03

%55.18
%44.04
%0.78

CMYK Percentages of Color #d5aa03

%0
%20
%99
%16

Triadic Colors of #d5aa03

#d5aa03 #03d5aa #aa03d5

Analogous Colors of #d5aa03

#d5aa03 #97d503 #d54103

Monochromatic Colors of #d5aa03

#d5aa03

Complementary Color

#d5aa03 #032ed5

#d5aa03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aa03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aa03 Color CSS Codes

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

#d5aa03 Text Font Color

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

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


#d5aa03 Background Color

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

This div background color is #d5aa03


#d5aa03 Border Color

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

This div border color is #d5aa03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aa03


Comments

No comments written yet.

Please login to write comment.