Color Hex Logo

#ada202 Color Hex

#ADA202
(173,162,2)
0 Favorites   0 Comments

Color spaces of #ada202

RGB 1731622
HSL0.160.980.34
HSV56°99°68°
CMYK 0.000.060.99   0.32
XYZ30.164934.72935.1710
Yxy34.72930.43050.4957
Hunter Lab58.9316-11.762736.0496
CIE-Lab65.5374-10.399168.1545

#ada202 color RGB value is (173,162,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00000010
Octal 255 242 2
Decimal 173 162 2
Hex AD A2 2

RGB Percentages of Color #ada202

%51.34
%48.07
%0.59

CMYK Percentages of Color #ada202

%0
%6
%99
%32

Triadic Colors of #ada202

#ada202 #02ada2 #a202ad

Analogous Colors of #ada202

#ada202 #63ad02 #ad4c02

Monochromatic Colors of #ada202

#ada202

Complementary Color

#ada202 #020dad

#ada202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada202 Color CSS Codes

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

#ada202 Text Font Color

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

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


#ada202 Background Color

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

This div background color is #ada202


#ada202 Border Color

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

This div border color is #ada202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada202


Comments

No comments written yet.

Please login to write comment.