Color Hex Logo

#01c5d8 Color Hex

#01C5D8
(1,197,216)
0 Favorites   0 Comments

Color spaces of #01c5d8

RGB 1197216
HSL0.510.990.43
HSV185°100°85°
CMYK 1.000.090.00   0.15
XYZ32.373444.896871.9254
Yxy44.89680.21700.3009
Hunter Lab67.0051-31.0169-16.7402
CIE-Lab72.8239-33.6784-21.0377

#01c5d8 color RGB value is (1,197,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11000101 11011000
Octal 1 305 330
Decimal 1 197 216
Hex 1 C5 D8

RGB Percentages of Color #01c5d8

%0.24
%47.58
%52.17

CMYK Percentages of Color #01c5d8

%100
%9
%0
%15

Triadic Colors of #01c5d8

#01c5d8 #d801c5 #c5d801

Analogous Colors of #01c5d8

#01c5d8 #0159d8 #01d880

Monochromatic Colors of #01c5d8

#01c5d8

Complementary Color

#01c5d8 #d81401

#01c5d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01c5d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01c5d8 Color CSS Codes

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

#01c5d8 Text Font Color

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

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


#01c5d8 Background Color

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

This div background color is #01c5d8


#01c5d8 Border Color

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

This div border color is #01c5d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01c5d8


Comments

No comments written yet.

Please login to write comment.