Color Hex Logo

#01cbcb Color Hex

#01CBCB
(1,203,203)
2 Favorites   0 Comments

Color spaces of #01cbcb

RGB 1203203
HSL0.500.990.40
HSV180°100°80°
CMYK 1.000.000.00   0.20
XYZ32.147947.030163.8833
Yxy47.03010.22470.3287
Hunter Lab68.5785-36.3360-7.2258
CIE-Lab74.2090-40.4615-11.8994

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

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

The process color (four color CMYK) of #01cbcb color hex is 1.00, 0.00, 0.00, 0.20. Web safe color of #01cbcb is #00cccc. Color #01cbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001011 11001011
Octal 1 313 313
Decimal 1 203 203
Hex 1 CB CB

RGB Percentages of Color #01cbcb

%0.25
%49.88
%49.88

CMYK Percentages of Color #01cbcb

%100
%0
%0
%20

Triadic Colors of #01cbcb

#01cbcb #cb01cb #cbcb01

Analogous Colors of #01cbcb

#01cbcb #0166cb #01cb66

Monochromatic Colors of #01cbcb

#01cbcb

Complementary Color

#01cbcb #cb0101

#01cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cbcb Color CSS Codes

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

#01cbcb Text Font Color

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

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


#01cbcb Background Color

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

This div background color is #01cbcb


#01cbcb Border Color

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

This div border color is #01cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cbcb


Comments

No comments written yet.

Please login to write comment.