Color Hex Logo

#01cbdd Color Hex

#01CBDD
(1,203,221)
0 Favorites   0 Comments

Color spaces of #01cbdd

RGB 1203221
HSL0.510.990.44
HSV185°100°87°
CMYK 1.000.080.00   0.13
XYZ34.419647.938875.8456
Yxy47.93880.21760.3030
Hunter Lab69.2379-32.4301-16.4819
CIE-Lab74.7863-34.9301-20.7629

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001011 11011101
Octal 1 313 335
Decimal 1 203 221
Hex 1 CB DD

RGB Percentages of Color #01cbdd

%0.24
%47.76
%52.00

CMYK Percentages of Color #01cbdd

%100
%8
%0
%13

Triadic Colors of #01cbdd

#01cbdd #dd01cb #cbdd01

Analogous Colors of #01cbdd

#01cbdd #015ddd #01dd81

Monochromatic Colors of #01cbdd

#01cbdd

Complementary Color

#01cbdd #dd1301

#01cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cbdd Color CSS Codes

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

#01cbdd Text Font Color

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

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


#01cbdd Background Color

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

This div background color is #01cbdd


#01cbdd Border Color

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

This div border color is #01cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cbdd


Comments

No comments written yet.

Please login to write comment.