Color Hex Logo

#01deff Color Hex

#01DEFF
(1,222,255)
1 Favorites   0 Comments

Color spaces of #01deff

RGB 1222255
HSL0.521.000.50
HSV188°100°100°
CMYK 1.000.130.00   0.00
XYZ44.183859.4690103.7577
Yxy59.46900.21300.2867
Hunter Lab77.1161-32.6814-25.7918
CIE-Lab81.5487-33.1412-28.6239

#01deff color RGB value is (1,222,255).

#01deff hex color red value is 1, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #01deff hue: 0.52 , saturation: 1.00 and the lightness value of 01deff is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011110 11111111
Octal 1 336 377
Decimal 1 222 255
Hex 1 DE FF

RGB Percentages of Color #01deff

%0.21
%46.44
%53.35

CMYK Percentages of Color #01deff

%100
%13
%0
%0

Triadic Colors of #01deff

#01deff #ff01de #deff01

Analogous Colors of #01deff

#01deff #015fff #01ffa1

Monochromatic Colors of #01deff

#01deff

Complementary Color

#01deff #ff2201

#01deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#01deff Color CSS Codes

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

#01deff Text Font Color

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

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


#01deff Background Color

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

This div background color is #01deff


#01deff Border Color

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

This div border color is #01deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01deff

#01deff Color Palettes


Comments

No comments written yet.

Please login to write comment.