Color Hex Logo

#01cced Color Hex

#01CCED
(1,204,237)
0 Favorites   0 Comments

Color spaces of #01cced

RGB 1204237
HSL0.520.990.47
HSV188°100°93°
CMYK 1.000.140.00   0.07
XYZ36.891449.306687.6935
Yxy49.30660.21220.2835
Hunter Lab70.2187-29.1025-24.8920
CIE-Lab75.6417-30.2822-28.0769

#01cced color RGB value is (1,204,237).

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

The process color (four color CMYK) of #01cced color hex is 1.00, 0.14, 0.00, 0.07. Web safe color of #01cced is #00ccff. Color #01cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 11101101
Octal 1 314 355
Decimal 1 204 237
Hex 1 CC ED

RGB Percentages of Color #01cced

%0.23
%46.15
%53.62

CMYK Percentages of Color #01cced

%100
%14
%0
%7

Triadic Colors of #01cced

#01cced #ed01cc #cced01

Analogous Colors of #01cced

#01cced #0156ed #01ed98

Monochromatic Colors of #01cced

#01cced

Complementary Color

#01cced #ed2201

#01cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cced Color CSS Codes

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

#01cced Text Font Color

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

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


#01cced Background Color

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

This div background color is #01cced


#01cced Border Color

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

This div border color is #01cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cced


Comments

No comments written yet.

Please login to write comment.