Color Hex Logo

#00aadb Color Hex

#00AADB
(0,170,219)
0 Favorites   0 Comments

Color spaces of #00aadb

RGB 0170219
HSL0.541.000.43
HSV193°100°86°
CMYK 1.000.220.00   0.14
XYZ27.160933.863972.1227
Yxy33.86390.20400.2543
Hunter Lab58.1927-18.5240-32.7478
CIE-Lab64.8544-19.1748-34.9373

#00aadb color RGB value is (0,170,219).

#00aadb hex color red value is 0, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #00aadb hue: 0.54 , saturation: 1.00 and the lightness value of 00aadb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101010 11011011
Octal 0 252 333
Decimal 0 170 219
Hex 0 AA DB

RGB Percentages of Color #00aadb

%0.00
%43.70
%56.30

CMYK Percentages of Color #00aadb

%100
%22
%0
%14

Triadic Colors of #00aadb

#00aadb #db00aa #aadb00

Analogous Colors of #00aadb

#00aadb #003ddb #00db9f

Monochromatic Colors of #00aadb

#00aadb

Complementary Color

#00aadb #db3100

#00aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aadb Color CSS Codes

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

#00aadb Text Font Color

<p style="color:#00aadb">Text here</p>

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


#00aadb Background Color

<div style="background-color:#00aadb">
Div content here</div>

This div background color is #00aadb


#00aadb Border Color

<div style="border:3px solid #00aadb">
Div here</div>

This div border color is #00aadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,170,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00aadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00aadb;
  -webkit-box-shadow: 1px 1px 3px 2px #00aadb;
  box-shadow:         1px 1px 3px 2px #00aadb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aadb


Comments

No comments written yet.

Please login to write comment.