Color Hex Logo

#01bbef Color Hex

#01BBEF
(1,187,239)
0 Favorites   0 Comments

Color spaces of #01bbef

RGB 1187239
HSL0.540.990.47
HSV193°100°94°
CMYK 1.000.220.00   0.06
XYZ33.362841.779187.9671
Yxy41.77910.20450.2561
Hunter Lab64.6368-20.9801-35.4447
CIE-Lab70.7184-21.0812-36.7587

#01bbef color RGB value is (1,187,239).

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

The process color (four color CMYK) of #01bbef color hex is 1.00, 0.22, 0.00, 0.06. Web safe color of #01bbef is #00ccff. Color #01bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111011 11101111
Octal 1 273 357
Decimal 1 187 239
Hex 1 BB EF

RGB Percentages of Color #01bbef

%0.23
%43.79
%55.97

CMYK Percentages of Color #01bbef

%100
%22
%0
%6

Triadic Colors of #01bbef

#01bbef #ef01bb #bbef01

Analogous Colors of #01bbef

#01bbef #0144ef #01efac

Monochromatic Colors of #01bbef

#01bbef

Complementary Color

#01bbef #ef3501

#01bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bbef Color CSS Codes

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

#01bbef Text Font Color

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

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


#01bbef Background Color

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

This div background color is #01bbef


#01bbef Border Color

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

This div border color is #01bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bbef


Comments

No comments written yet.

Please login to write comment.