Color Hex Logo

#01cbbd Color Hex

#01CBBD
(1,203,189)
0 Favorites   0 Comments

Color spaces of #01cbbd

RGB 1203189
HSL0.490.990.40
HSV176°100°80°
CMYK 1.000.000.07   0.20
XYZ30.553846.392455.4884
Yxy46.39240.23070.3503
Hunter Lab68.1120-39.1241-0.6231
CIE-Lab73.7994-44.5520-4.9246

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001011 10111101
Octal 1 313 275
Decimal 1 203 189
Hex 1 CB BD

RGB Percentages of Color #01cbbd

%0.25
%51.65
%48.09

CMYK Percentages of Color #01cbbd

%100
%0
%7
%20

Triadic Colors of #01cbbd

#01cbbd #bd01cb #cbbd01

Analogous Colors of #01cbbd

#01cbbd #0174cb #01cb58

Monochromatic Colors of #01cbbd

#01cbbd

Complementary Color

#01cbbd #cb010f

#01cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cbbd Color CSS Codes

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

#01cbbd Text Font Color

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

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


#01cbbd Background Color

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

This div background color is #01cbbd


#01cbbd Border Color

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

This div border color is #01cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cbbd


Comments

No comments written yet.

Please login to write comment.