Color Hex Logo

#01dee0 Color Hex

#01DEE0
(1,222,224)
0 Favorites   0 Comments

Color spaces of #01dee0

RGB 1222224
HSL0.500.990.44
HSV181°100°88°
CMYK 1.000.010.00   0.12
XYZ39.588357.630879.5583
Yxy57.63080.22390.3260
Hunter Lab75.9150-39.7666-8.9950
CIE-Lab80.5331-42.6865-13.7016

#01dee0 color RGB value is (1,222,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011110 11100000
Octal 1 336 340
Decimal 1 222 224
Hex 1 DE E0

RGB Percentages of Color #01dee0

%0.22
%49.66
%50.11

CMYK Percentages of Color #01dee0

%100
%1
%0
%12

Triadic Colors of #01dee0

#01dee0 #e001de #dee001

Analogous Colors of #01dee0

#01dee0 #016fe0 #01e073

Monochromatic Colors of #01dee0

#01dee0

Complementary Color

#01dee0 #e00301

#01dee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dee0 Color CSS Codes

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

#01dee0 Text Font Color

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

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


#01dee0 Background Color

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

This div background color is #01dee0


#01dee0 Border Color

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

This div border color is #01dee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dee0


Comments

No comments written yet.

Please login to write comment.