Color Hex Logo

#02afaf Color Hex

#02AFAF
(2,175,175)
0 Favorites   0 Comments

Color spaces of #02afaf

RGB 2175175
HSL0.500.980.35
HSV180°99°69°
CMYK 0.990.000.00   0.31
XYZ23.092933.768045.8582
Yxy33.76800.22480.3287
Hunter Lab58.1102-30.7574-6.1120
CIE-Lab64.7780-36.1843-10.6439

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101111 10101111
Octal 2 257 257
Decimal 2 175 175
Hex 2 AF AF

RGB Percentages of Color #02afaf

%0.57
%49.72
%49.72

CMYK Percentages of Color #02afaf

%99
%0
%0
%31

Triadic Colors of #02afaf

#02afaf #af02af #afaf02

Analogous Colors of #02afaf

#02afaf #0258af #02af59

Monochromatic Colors of #02afaf

#02afaf

Complementary Color

#02afaf #af0202

#02afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#02afaf Color CSS Codes

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

#02afaf Text Font Color

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

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


#02afaf Background Color

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

This div background color is #02afaf


#02afaf Border Color

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

This div border color is #02afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02afaf


Comments

No comments written yet.

Please login to write comment.