Color Hex Logo

#01bcaa Color Hex

#01BCAA
(1,188,170)
0 Favorites   0 Comments

Color spaces of #01bcaa

RGB 1188170
HSL0.480.990.37
HSV174°99°74°
CMYK 0.990.000.10   0.26
XYZ25.251438.875244.2030
Yxy38.87520.23310.3589
Hunter Lab62.3500-36.82091.6114
CIE-Lab68.6608-43.4876-2.1237

#01bcaa color RGB value is (1,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111100 10101010
Octal 1 274 252
Decimal 1 188 170
Hex 1 BC AA

RGB Percentages of Color #01bcaa

%0.28
%52.37
%47.35

CMYK Percentages of Color #01bcaa

%99
%0
%10
%26

Triadic Colors of #01bcaa

#01bcaa #aa01bc #bcaa01

Analogous Colors of #01bcaa

#01bcaa #0171bc #01bc4c

Monochromatic Colors of #01bcaa

#01bcaa

Complementary Color

#01bcaa #bc0113

#01bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bcaa Color CSS Codes

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

#01bcaa Text Font Color

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

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


#01bcaa Background Color

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

This div background color is #01bcaa


#01bcaa Border Color

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

This div border color is #01bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bcaa


Comments

No comments written yet.

Please login to write comment.