Color Hex Logo

#01bacb Color Hex

#01BACB
(1,186,203)
0 Favorites   0 Comments

Color spaces of #01bacb

RGB 1186203
HSL0.510.990.40
HSV185°100°80°
CMYK 1.000.080.00   0.20
XYZ28.350939.436162.6176
Yxy39.43610.21740.3024
Hunter Lab62.7982-29.3111-15.1608
CIE-Lab69.0660-32.5871-19.6536

#01bacb color RGB value is (1,186,203).

#01bacb hex color red value is 1, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #01bacb hue: 0.51 , saturation: 0.99 and the lightness value of 01bacb is 0.40.

The process color (four color CMYK) of #01bacb color hex is 1.00, 0.08, 0.00, 0.20. Web safe color of #01bacb is #00cccc. Color #01bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 11001011
Octal 1 272 313
Decimal 1 186 203
Hex 1 BA CB

RGB Percentages of Color #01bacb

%0.26
%47.69
%52.05

CMYK Percentages of Color #01bacb

%100
%8
%0
%20

Triadic Colors of #01bacb

#01bacb #cb01ba #bacb01

Analogous Colors of #01bacb

#01bacb #0155cb #01cb77

Monochromatic Colors of #01bacb

#01bacb

Complementary Color

#01bacb #cb1201

#01bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bacb Color CSS Codes

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

#01bacb Text Font Color

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

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


#01bacb Background Color

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

This div background color is #01bacb


#01bacb Border Color

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

This div border color is #01bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bacb


Comments

No comments written yet.

Please login to write comment.