Color Hex Logo

#00a2ad Color Hex

#00A2AD
(0,162,173)
0 Favorites   0 Comments

Color spaces of #00a2ad

RGB 0162173
HSL0.511.000.34
HSV184°100°68°
CMYK 1.000.060.00   0.32
XYZ20.463228.857844.0268
Yxy28.85780.21920.3091
Hunter Lab53.7195-26.0136-10.9886
CIE-Lab60.6559-30.7399-15.7281

#00a2ad color RGB value is (0,162,173).

#00a2ad hex color red value is 0, green value is 162 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #00a2ad hue: 0.51 , saturation: 1.00 and the lightness value of 00a2ad is 0.34.

The process color (four color CMYK) of #00a2ad color hex is 1.00, 0.06, 0.00, 0.32. Web safe color of #00a2ad is #009999. Color #00a2ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10100010 10101101
Octal 0 242 255
Decimal 0 162 173
Hex 0 A2 AD

RGB Percentages of Color #00a2ad

%0.00
%48.36
%51.64

CMYK Percentages of Color #00a2ad

%100
%6
%0
%32

Triadic Colors of #00a2ad

#00a2ad #ad00a2 #a2ad00

Analogous Colors of #00a2ad

#00a2ad #004bad #00ad62

Monochromatic Colors of #00a2ad

#00a2ad

Complementary Color

#00a2ad #ad0b00

#00a2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00a2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#00a2ad Color CSS Codes

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

#00a2ad Text Font Color

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

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


#00a2ad Background Color

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

This div background color is #00a2ad


#00a2ad Border Color

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

This div border color is #00a2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00a2ad

#00a2ad Color Palettes


Comments

No comments written yet.

Please login to write comment.