Color Hex Logo

#d5aa04 Color Hex

#D5AA04
(213,170,4)
0 Favorites   0 Comments

Color spaces of #d5aa04

RGB 2131704
HSL0.130.960.43
HSV48°98°84°
CMYK 0.000.200.98   0.16
XYZ41.837242.90446.1912
Yxy42.90440.46010.4718
Hunter Lab65.5015-0.615740.2469
CIE-Lab71.49003.233173.9375

#d5aa04 color RGB value is (213,170,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 00000100
Octal 325 252 4
Decimal 213 170 4
Hex D5 AA 4

RGB Percentages of Color #d5aa04

%55.04
%43.93
%1.03

CMYK Percentages of Color #d5aa04

%0
%20
%98
%16

Triadic Colors of #d5aa04

#d5aa04 #04d5aa #aa04d5

Analogous Colors of #d5aa04

#d5aa04 #98d504 #d54204

Monochromatic Colors of #d5aa04

#d5aa04

Complementary Color

#d5aa04 #042fd5

#d5aa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aa04 Color CSS Codes

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

#d5aa04 Text Font Color

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

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


#d5aa04 Background Color

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

This div background color is #d5aa04


#d5aa04 Border Color

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

This div border color is #d5aa04


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,170,4, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5aa04">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aa04


Comments

No comments written yet.

Please login to write comment.