Color Hex Logo

#01aede Color Hex

#01AEDE
(1,174,222)
0 Favorites   0 Comments

Color spaces of #01aede

RGB 1174222
HSL0.540.990.44
HSV193°100°87°
CMYK 1.000.220.00   0.13
XYZ28.333435.552574.4762
Yxy35.55250.20480.2570
Hunter Lab59.6259-19.5247-32.3185
CIE-Lab66.1766-20.2015-34.5338

#01aede color RGB value is (1,174,222).

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

The process color (four color CMYK) of #01aede color hex is 1.00, 0.22, 0.00, 0.13. Web safe color of #01aede is #0099cc. Color #01aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101110 11011110
Octal 1 256 336
Decimal 1 174 222
Hex 1 AE DE

RGB Percentages of Color #01aede

%0.25
%43.83
%55.92

CMYK Percentages of Color #01aede

%100
%22
%0
%13

Triadic Colors of #01aede

#01aede #de01ae #aede01

Analogous Colors of #01aede

#01aede #0140de #01dea0

Monochromatic Colors of #01aede

#01aede

Complementary Color

#01aede #de3101

#01aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aede Color CSS Codes

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

#01aede Text Font Color

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

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


#01aede Background Color

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

This div background color is #01aede


#01aede Border Color

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

This div border color is #01aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aede


Comments

No comments written yet.

Please login to write comment.