Color Hex Logo

#01b1ae Color Hex

#01B1AE
(1,177,174)
0 Favorites   0 Comments

Color spaces of #01b1ae

RGB 1177174
HSL0.500.990.35
HSV179°99°69°
CMYK 0.990.000.02   0.31
XYZ23.374634.506745.4729
Yxy34.50670.22620.3339
Hunter Lab58.7424-31.7710-4.7771
CIE-Lab65.3628-37.4414-9.2146

#01b1ae color RGB value is (1,177,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10110001 10101110
Octal 1 261 256
Decimal 1 177 174
Hex 1 B1 AE

RGB Percentages of Color #01b1ae

%0.28
%50.28
%49.43

CMYK Percentages of Color #01b1ae

%99
%0
%2
%31

Triadic Colors of #01b1ae

#01b1ae #ae01b1 #b1ae01

Analogous Colors of #01b1ae

#01b1ae #015cb1 #01b156

Monochromatic Colors of #01b1ae

#01b1ae

Complementary Color

#01b1ae #b10104

#01b1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b1ae Color CSS Codes

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

#01b1ae Text Font Color

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

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


#01b1ae Background Color

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

This div background color is #01b1ae


#01b1ae Border Color

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

This div border color is #01b1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b1ae


Comments

No comments written yet.

Please login to write comment.