Color Hex Logo

#01bbce Color Hex

#01BBCE
(1,187,206)
0 Favorites   0 Comments

Color spaces of #01bbce

RGB 1187206
HSL0.520.990.41
HSV186°100°81°
CMYK 1.000.090.00   0.19
XYZ28.923440.003364.5895
Yxy40.00330.21660.2996
Hunter Lab63.2482-29.0562-16.2737
CIE-Lab69.4719-32.1029-20.6816

#01bbce color RGB value is (1,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111011 11001110
Octal 1 273 316
Decimal 1 187 206
Hex 1 BB CE

RGB Percentages of Color #01bbce

%0.25
%47.46
%52.28

CMYK Percentages of Color #01bbce

%100
%9
%0
%19

Triadic Colors of #01bbce

#01bbce #ce01bb #bbce01

Analogous Colors of #01bbce

#01bbce #0154ce #01ce7b

Monochromatic Colors of #01bbce

#01bbce

Complementary Color

#01bbce #ce1401

#01bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bbce Color CSS Codes

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

#01bbce Text Font Color

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

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


#01bbce Background Color

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

This div background color is #01bbce


#01bbce Border Color

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

This div border color is #01bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bbce


Comments

No comments written yet.

Please login to write comment.