Color Hex Logo

#01cdfe Color Hex

#01CDFE
(1,205,254)
12 Favorites   0 Comments

Color spaces of #01cdfe

RGB 1205254
HSL0.530.990.50
HSV192°100°100°
CMYK 1.000.190.00   0.00
XYZ39.733250.8249101.4819
Yxy50.82490.20690.2647
Hunter Lab71.2916-25.2762-34.4938
CIE-Lab76.5728-25.1613-35.7534

#01cdfe color RGB value is (1,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001101 11111110
Octal 1 315 376
Decimal 1 205 254
Hex 1 CD FE

RGB Percentages of Color #01cdfe

%0.22
%44.57
%55.22

CMYK Percentages of Color #01cdfe

%100
%19
%0
%0

Triadic Colors of #01cdfe

#01cdfe #fe01cd #cdfe01

Analogous Colors of #01cdfe

#01cdfe #014efe #01feb1

Monochromatic Colors of #01cdfe

#01cdfe

Complementary Color

#01cdfe #fe3201

#01cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cdfe Color CSS Codes

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

#01cdfe Text Font Color

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

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


#01cdfe Background Color

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

This div background color is #01cdfe


#01cdfe Border Color

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

This div border color is #01cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cdfe


Comments

No comments written yet.

Please login to write comment.