Color Hex Logo

#ad8002 Color Hex

#AD8002
(173,128,2)
0 Favorites   0 Comments

Color spaces of #ad8002

RGB 1731282
HSL0.120.980.34
HSV44°99°68°
CMYK 0.000.260.99   0.32
XYZ24.963724.32703.4373
Yxy24.32700.47340.4614
Hunter Lab49.32244.030530.3937
CIE-Lab56.41378.076061.6417

#ad8002 color RGB value is (173,128,2).

#ad8002 hex color red value is 173, green value is 128 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ad8002 hue: 0.12 , saturation: 0.98 and the lightness value of ad8002 is 0.34.

The process color (four color CMYK) of #ad8002 color hex is 0.00, 0.26, 0.99, 0.32. Web safe color of #ad8002 is #999900. Color #ad8002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 00000010
Octal 255 200 2
Decimal 173 128 2
Hex AD 80 2

RGB Percentages of Color #ad8002

%57.10
%42.24
%0.66

CMYK Percentages of Color #ad8002

%0
%26
%99
%32

Triadic Colors of #ad8002

#ad8002 #02ad80 #8002ad

Analogous Colors of #ad8002

#ad8002 #85ad02 #ad2a02

Monochromatic Colors of #ad8002

#ad8002

Complementary Color

#ad8002 #022fad

#ad8002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8002 Color CSS Codes

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

#ad8002 Text Font Color

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

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


#ad8002 Background Color

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

This div background color is #ad8002


#ad8002 Border Color

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

This div border color is #ad8002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8002


Comments

No comments written yet.

Please login to write comment.