Color Hex Logo

#02b5aa Color Hex

#02B5AA
(2,181,170)
0 Favorites   0 Comments

Color spaces of #02b5aa

RGB 2181170
HSL0.490.980.36
HSV176°99°71°
CMYK 0.990.000.06   0.29
XYZ23.804635.962943.7171
Yxy35.96290.23000.3475
Hunter Lab59.9691-34.0907-1.2437
CIE-Lab66.4916-40.3976-5.3190

#02b5aa color RGB value is (2,181,170).

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

The process color (four color CMYK) of #02b5aa color hex is 0.99, 0.00, 0.06, 0.29. Web safe color of #02b5aa is #00cc99. Color #02b5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10110101 10101010
Octal 2 265 252
Decimal 2 181 170
Hex 2 B5 AA

RGB Percentages of Color #02b5aa

%0.57
%51.27
%48.16

CMYK Percentages of Color #02b5aa

%99
%0
%6
%29

Triadic Colors of #02b5aa

#02b5aa #aa02b5 #b5aa02

Analogous Colors of #02b5aa

#02b5aa #0267b5 #02b551

Monochromatic Colors of #02b5aa

#02b5aa

Complementary Color

#02b5aa #b5020d

#02b5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02b5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#02b5aa Color CSS Codes

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

#02b5aa Text Font Color

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

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


#02b5aa Background Color

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

This div background color is #02b5aa


#02b5aa Border Color

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

This div border color is #02b5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02b5aa


Comments

No comments written yet.

Please login to write comment.