Color Hex Logo

#01b6ce Color Hex

#01B6CE
(1,182,206)
0 Favorites   0 Comments

Color spaces of #01b6ce

RGB 1182206
HSL0.520.990.41
HSV187°100°81°
CMYK 1.000.120.00   0.19
XYZ27.881037.918664.2421
Yxy37.91860.21440.2916
Hunter Lab61.5781-26.9413-18.7504
CIE-Lab67.9606-29.6784-22.9855

#01b6ce color RGB value is (1,182,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10110110 11001110
Octal 1 266 316
Decimal 1 182 206
Hex 1 B6 CE

RGB Percentages of Color #01b6ce

%0.26
%46.79
%52.96

CMYK Percentages of Color #01b6ce

%100
%12
%0
%19

Triadic Colors of #01b6ce

#01b6ce #ce01b6 #b6ce01

Analogous Colors of #01b6ce

#01b6ce #0150ce #01ce80

Monochromatic Colors of #01b6ce

#01b6ce

Complementary Color

#01b6ce #ce1901

#01b6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b6ce Color CSS Codes

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

#01b6ce Text Font Color

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

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


#01b6ce Background Color

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

This div background color is #01b6ce


#01b6ce Border Color

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

This div border color is #01b6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b6ce


Comments

No comments written yet.

Please login to write comment.