Color Hex Logo

#02afbb Color Hex

#02AFBB
(2,175,187)
0 Favorites   0 Comments

Color spaces of #02afbb

RGB 2175187
HSL0.510.980.37
HSV184°99°73°
CMYK 0.990.060.00   0.27
XYZ24.324634.260752.3446
Yxy34.26070.21930.3089
Hunter Lab58.5326-28.2523-12.0490
CIE-Lab65.1690-32.4184-16.7288

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

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

The process color (four color CMYK) of #02afbb color hex is 0.99, 0.06, 0.00, 0.27. Web safe color of #02afbb is #0099cc. Color #02afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101111 10111011
Octal 2 257 273
Decimal 2 175 187
Hex 2 AF BB

RGB Percentages of Color #02afbb

%0.55
%48.08
%51.37

CMYK Percentages of Color #02afbb

%99
%6
%0
%27

Triadic Colors of #02afbb

#02afbb #bb02af #afbb02

Analogous Colors of #02afbb

#02afbb #0253bb #02bb6b

Monochromatic Colors of #02afbb

#02afbb

Complementary Color

#02afbb #bb0e02

#02afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#02afbb Color CSS Codes

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

#02afbb Text Font Color

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

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


#02afbb Background Color

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

This div background color is #02afbb


#02afbb Border Color

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

This div border color is #02afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02afbb


Comments

No comments written yet.

Please login to write comment.