Color Hex Logo

#01cbce Color Hex

#01CBCE
(1,203,206)
0 Favorites   0 Comments

Color spaces of #01cbce

RGB 1203206
HSL0.500.990.41
HSV181°100°81°
CMYK 1.000.010.00   0.19
XYZ32.509047.174665.7847
Yxy47.17460.22350.3243
Hunter Lab68.6838-35.7100-8.7088
CIE-Lab74.3013-39.5598-13.3852

#01cbce color RGB value is (1,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001011 11001110
Octal 1 313 316
Decimal 1 203 206
Hex 1 CB CE

RGB Percentages of Color #01cbce

%0.24
%49.51
%50.24

CMYK Percentages of Color #01cbce

%100
%1
%0
%19

Triadic Colors of #01cbce

#01cbce #ce01cb #cbce01

Analogous Colors of #01cbce

#01cbce #0165ce #01ce6b

Monochromatic Colors of #01cbce

#01cbce

Complementary Color

#01cbce #ce0401

#01cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cbce Color CSS Codes

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

#01cbce Text Font Color

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

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


#01cbce Background Color

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

This div background color is #01cbce


#01cbce Border Color

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

This div border color is #01cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cbce


Comments

No comments written yet.

Please login to write comment.