Color Hex Logo

#01bbae Color Hex

#01BBAE
(1,187,174)
0 Favorites   0 Comments

Color spaces of #01bbae

RGB 1187174
HSL0.490.990.37
HSV176°99°73°
CMYK 0.990.000.07   0.27
XYZ25.422838.603146.1556
Yxy38.60310.23070.3504
Hunter Lab62.1314-35.6917-0.5528
CIE-Lab68.4628-41.9086-4.6142

#01bbae color RGB value is (1,187,174).

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

The process color (four color CMYK) of #01bbae color hex is 0.99, 0.00, 0.07, 0.27. Web safe color of #01bbae is #00cc99. Color #01bbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111011 10101110
Octal 1 273 256
Decimal 1 187 174
Hex 1 BB AE

RGB Percentages of Color #01bbae

%0.28
%51.66
%48.07

CMYK Percentages of Color #01bbae

%99
%0
%7
%27

Triadic Colors of #01bbae

#01bbae #ae01bb #bbae01

Analogous Colors of #01bbae

#01bbae #016bbb #01bb51

Monochromatic Colors of #01bbae

#01bbae

Complementary Color

#01bbae #bb010e

#01bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bbae Color CSS Codes

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

#01bbae Text Font Color

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

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


#01bbae Background Color

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

This div background color is #01bbae


#01bbae Border Color

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

This div border color is #01bbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,187,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 #01bbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bbae


Comments

No comments written yet.

Please login to write comment.