Color Hex Logo

#01cedf Color Hex

#01CEDF
(1,206,223)
0 Favorites   0 Comments

Color spaces of #01cedf

RGB 1206223
HSL0.510.990.44
HSV185°100°87°
CMYK 1.000.080.00   0.13
XYZ35.403149.476877.4961
Yxy49.47680.21800.3047
Hunter Lab70.3397-33.2527-16.0843
CIE-Lab75.7470-35.7083-20.3834

#01cedf color RGB value is (1,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001110 11011111
Octal 1 316 337
Decimal 1 206 223
Hex 1 CE DF

RGB Percentages of Color #01cedf

%0.23
%47.91
%51.86

CMYK Percentages of Color #01cedf

%100
%8
%0
%13

Triadic Colors of #01cedf

#01cedf #df01ce #cedf01

Analogous Colors of #01cedf

#01cedf #015fdf #01df81

Monochromatic Colors of #01cedf

#01cedf

Complementary Color

#01cedf #df1201

#01cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cedf Color CSS Codes

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

#01cedf Text Font Color

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

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


#01cedf Background Color

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

This div background color is #01cedf


#01cedf Border Color

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

This div border color is #01cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cedf


Comments

No comments written yet.

Please login to write comment.