color codes Logo

#02acb5 color codes

#02ACB5
(2,172,181)
0 Favorites   0 Comments

Color spaces of #02acb5

RGB 2172181
HSL0.510.980.36
HSV183°99°71°
CMYK 0.990.050.00   0.29
XYZ23.118032.854148.8391
Yxy32.85410.22060.3135
Hunter Lab57.3185-28.3138-10.3960
CIE-Lab64.0426-32.9015-15.0922

#02acb5 color RGB value is (2,172,181).

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

The process color (four color CMYK) of #02acb5 color code is 0.99, 0.05, 0.00, 0.29. Web safe color of #02acb5 is #0099cc. Color #02acb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101100 10110101
Octal 2 254 265
Decimal 2 172 181
Hex 2 AC B5

RGB Percentages of Color #02acb5

%0.56
%48.45
%50.99

CMYK Percentages of Color #02acb5

%99
%5
%0
%29

Triadic Colors of #02acb5

#02acb5 #b502ac #acb502

Analogous Colors of #02acb5

#02acb5 #0253b5 #02b565

Monochromatic Colors of #02acb5

#02acb5

Complementary Color

#02acb5 #b50b02

#02acb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02acb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#02acb5 Color CSS Codes

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

#02acb5 Text Font Color

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

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


#02acb5 Background Color

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

This div background color is #02acb5


#02acb5 Border Color

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

This div border color is #02acb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02acb5


Comments

No comments written yet.

Please login to write comment.