Color Hex Logo

#01bbdb Color Hex

#01BBDB
(1,187,219)
0 Favorites   0 Comments

Color spaces of #01bbdb

RGB 1187219
HSL0.520.990.43
HSV189°100°86°
CMYK 1.000.150.00   0.14
XYZ30.569040.661673.2551
Yxy40.66160.21160.2814
Hunter Lab63.7664-26.0202-23.4760
CIE-Lab69.9382-27.8519-27.0799

#01bbdb color RGB value is (1,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111011 11011011
Octal 1 273 333
Decimal 1 187 219
Hex 1 BB DB

RGB Percentages of Color #01bbdb

%0.25
%45.95
%53.81

CMYK Percentages of Color #01bbdb

%100
%15
%0
%14

Triadic Colors of #01bbdb

#01bbdb #db01bb #bbdb01

Analogous Colors of #01bbdb

#01bbdb #014edb #01db8e

Monochromatic Colors of #01bbdb

#01bbdb

Complementary Color

#01bbdb #db2101

#01bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bbdb Color CSS Codes

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

#01bbdb Text Font Color

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

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


#01bbdb Background Color

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

This div background color is #01bbdb


#01bbdb Border Color

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

This div border color is #01bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bbdb


Comments

No comments written yet.

Please login to write comment.