Color Hex Logo

#01acac Color Hex

#01ACAC
(1,172,172)
0 Favorites   0 Comments

Color spaces of #01acac

RGB 1172172
HSL0.500.990.34
HSV180°99°67°
CMYK 0.990.000.00   0.33
XYZ22.211432.490144.1303
Yxy32.49010.22470.3287
Hunter Lab57.0001-30.1935-6.0031
CIE-Lab63.7459-35.7570-10.5164

#01acac color RGB value is (1,172,172).

#01acac hex color red value is 1, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #01acac hue: 0.50 , saturation: 0.99 and the lightness value of 01acac is 0.34.

The process color (four color CMYK) of #01acac color hex is 0.99, 0.00, 0.00, 0.33. Web safe color of #01acac is #009999. Color #01acac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101100 10101100
Octal 1 254 254
Decimal 1 172 172
Hex 1 AC AC

RGB Percentages of Color #01acac

%0.29
%49.86
%49.86

CMYK Percentages of Color #01acac

%99
%0
%0
%33

Triadic Colors of #01acac

#01acac #ac01ac #acac01

Analogous Colors of #01acac

#01acac #0156ac #01ac57

Monochromatic Colors of #01acac

#01acac

Complementary Color

#01acac #ac0101

#01acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#01acac Color CSS Codes

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

#01acac Text Font Color

<p style="color:#01acac">Text here</p>

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


#01acac Background Color

<div style="background-color:#01acac">
Div content here</div>

This div background color is #01acac


#01acac Border Color

<div style="border:3px solid #01acac">
Div here</div>

This div border color is #01acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01acac


Comments

No comments written yet.

Please login to write comment.