Color Hex Logo

#01aabd Color Hex

#01AABD
(1,170,189)
0 Favorites   0 Comments

Color spaces of #01aabd

RGB 1170189
HSL0.520.990.37
HSV186°99°74°
CMYK 0.990.100.00   0.26
XYZ23.572632.430053.1613
Yxy32.43000.21590.2971
Hunter Lab56.9473-25.7701-15.4851
CIE-Lab63.6967-29.3780-20.0779

#01aabd color RGB value is (1,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101010 10111101
Octal 1 252 275
Decimal 1 170 189
Hex 1 AA BD

RGB Percentages of Color #01aabd

%0.28
%47.22
%52.50

CMYK Percentages of Color #01aabd

%99
%10
%0
%26

Triadic Colors of #01aabd

#01aabd #bd01aa #aabd01

Analogous Colors of #01aabd

#01aabd #014cbd #01bd72

Monochromatic Colors of #01aabd

#01aabd

Complementary Color

#01aabd #bd1401

#01aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aabd Color CSS Codes

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

#01aabd Text Font Color

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

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


#01aabd Background Color

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

This div background color is #01aabd


#01aabd Border Color

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

This div border color is #01aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aabd


Comments

No comments written yet.

Please login to write comment.