Color Hex Logo

#01acbf Color Hex

#01ACBF
(1,172,191)
0 Favorites   0 Comments

Color spaces of #01acbf

RGB 1172191
HSL0.520.990.38
HSV186°99°75°
CMYK 0.990.100.00   0.25
XYZ24.169033.273154.4387
Yxy33.27310.21600.2974
Hunter Lab57.6828-26.1538-15.5775
CIE-Lab64.3814-29.7021-20.1487

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

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

The process color (four color CMYK) of #01acbf color hex is 0.99, 0.10, 0.00, 0.25. Web safe color of #01acbf is #0099cc. Color #01acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101100 10111111
Octal 1 254 277
Decimal 1 172 191
Hex 1 AC BF

RGB Percentages of Color #01acbf

%0.27
%47.25
%52.47

CMYK Percentages of Color #01acbf

%99
%10
%0
%25

Triadic Colors of #01acbf

#01acbf #bf01ac #acbf01

Analogous Colors of #01acbf

#01acbf #014dbf #01bf73

Monochromatic Colors of #01acbf

#01acbf

Complementary Color

#01acbf #bf1401

#01acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01acbf Color CSS Codes

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

#01acbf Text Font Color

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

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


#01acbf Background Color

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

This div background color is #01acbf


#01acbf Border Color

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

This div border color is #01acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01acbf


Comments

No comments written yet.

Please login to write comment.