Color Hex Logo

#02aaaf Color Hex

#02AAAF
(2,170,175)
0 Favorites   0 Comments

Color spaces of #02aaaf

RGB 2170175
HSL0.500.980.35
HSV182°99°69°
CMYK 0.990.030.00   0.31
XYZ22.137631.857545.5398
Yxy31.85750.22240.3201
Hunter Lab56.4424-28.7638-8.3276
CIE-Lab63.2249-33.8530-12.9739

#02aaaf color RGB value is (2,170,175).

#02aaaf hex color red value is 2, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #02aaaf hue: 0.50 , saturation: 0.98 and the lightness value of 02aaaf is 0.35.

The process color (four color CMYK) of #02aaaf color hex is 0.99, 0.03, 0.00, 0.31. Web safe color of #02aaaf is #009999. Color #02aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101010 10101111
Octal 2 252 257
Decimal 2 170 175
Hex 2 AA AF

RGB Percentages of Color #02aaaf

%0.58
%48.99
%50.43

CMYK Percentages of Color #02aaaf

%99
%3
%0
%31

Triadic Colors of #02aaaf

#02aaaf #af02aa #aaaf02

Analogous Colors of #02aaaf

#02aaaf #0254af #02af5e

Monochromatic Colors of #02aaaf

#02aaaf

Complementary Color

#02aaaf #af0702

#02aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#02aaaf Color CSS Codes

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

#02aaaf Text Font Color

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

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


#02aaaf Background Color

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

This div background color is #02aaaf


#02aaaf Border Color

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

This div border color is #02aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02aaaf


Comments

No comments written yet.

Please login to write comment.