Color Hex Logo

#01bcce Color Hex

#01BCCE
(1,188,206)
0 Favorites   0 Comments

Color spaces of #01bcce

RGB 1188206
HSL0.510.990.41
HSV185°100°81°
CMYK 1.000.090.00   0.19
XYZ29.136340.429164.6605
Yxy40.42910.21710.3012
Hunter Lab63.5839-29.4770-15.7852
CIE-Lab69.7741-32.5822-20.2222

#01bcce color RGB value is (1,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111100 11001110
Octal 1 274 316
Decimal 1 188 206
Hex 1 BC CE

RGB Percentages of Color #01bcce

%0.25
%47.59
%52.15

CMYK Percentages of Color #01bcce

%100
%9
%0
%19

Triadic Colors of #01bcce

#01bcce #ce01bc #bcce01

Analogous Colors of #01bcce

#01bcce #0156ce #01ce7a

Monochromatic Colors of #01bcce

#01bcce

Complementary Color

#01bcce #ce1301

#01bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bcce Color CSS Codes

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

#01bcce Text Font Color

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

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


#01bcce Background Color

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

This div background color is #01bcce


#01bcce Border Color

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

This div border color is #01bcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,188,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 #01bcce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bcce


Comments

No comments written yet.

Please login to write comment.