Color Hex Logo

#01aabe Color Hex

#01AABE
(1,170,190)
0 Favorites   0 Comments

Color spaces of #01aabe

RGB 1170190
HSL0.520.990.37
HSV186°99°75°
CMYK 0.990.110.00   0.25
XYZ23.681532.473653.7351
Yxy32.47360.21550.2955
Hunter Lab56.9856-25.5456-16.0181
CIE-Lab63.7324-29.0488-20.5809

#01aabe color RGB value is (1,170,190).

#01aabe hex color red value is 1, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #01aabe hue: 0.52 , saturation: 0.99 and the lightness value of 01aabe is 0.37.

The process color (four color CMYK) of #01aabe color hex is 0.99, 0.11, 0.00, 0.25. Web safe color of #01aabe is #0099cc. Color #01aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101010 10111110
Octal 1 252 276
Decimal 1 170 190
Hex 1 AA BE

RGB Percentages of Color #01aabe

%0.28
%47.09
%52.63

CMYK Percentages of Color #01aabe

%99
%11
%0
%25

Triadic Colors of #01aabe

#01aabe #be01aa #aabe01

Analogous Colors of #01aabe

#01aabe #014bbe #01be74

Monochromatic Colors of #01aabe

#01aabe

Complementary Color

#01aabe #be1501

#01aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aabe Color CSS Codes

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

#01aabe Text Font Color

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

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


#01aabe Background Color

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

This div background color is #01aabe


#01aabe Border Color

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

This div border color is #01aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aabe


Comments

No comments written yet.

Please login to write comment.