Color Hex Logo

#01ccce Color Hex

#01CCCE
(1,204,206)
0 Favorites   0 Comments

Color spaces of #01ccce

RGB 1204206
HSL0.500.990.41
HSV181°100°81°
CMYK 1.000.010.00   0.19
XYZ32.746047.648465.8637
Yxy47.64840.22390.3258
Hunter Lab69.0278-36.1203-8.2528
CIE-Lab74.6026-40.0108-12.9334

#01ccce color RGB value is (1,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 11001110
Octal 1 314 316
Decimal 1 204 206
Hex 1 CC CE

RGB Percentages of Color #01ccce

%0.24
%49.64
%50.12

CMYK Percentages of Color #01ccce

%100
%1
%0
%19

Triadic Colors of #01ccce

#01ccce #ce01cc #ccce01

Analogous Colors of #01ccce

#01ccce #0166ce #01ce6a

Monochromatic Colors of #01ccce

#01ccce

Complementary Color

#01ccce #ce0301

#01ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccce Color CSS Codes

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

#01ccce Text Font Color

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

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


#01ccce Background Color

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

This div background color is #01ccce


#01ccce Border Color

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

This div border color is #01ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccce


Comments

No comments written yet.

Please login to write comment.