Color Hex Logo

#00aaba Color Hex

#00AABA
(0,170,186)
0 Favorites   0 Comments

Color spaces of #00aaba

RGB 0170186
HSL0.511.000.36
HSV185°100°73°
CMYK 1.000.090.00   0.27
XYZ23.237732.294651.4631
Yxy32.29460.21720.3018
Hunter Lab56.8283-26.4591-13.9125
CIE-Lab63.5856-30.3940-18.5743

#00aaba color RGB value is (0,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101010 10111010
Octal 0 252 272
Decimal 0 170 186
Hex 0 AA BA

RGB Percentages of Color #00aaba

%0.00
%47.75
%52.25

CMYK Percentages of Color #00aaba

%100
%9
%0
%27

Triadic Colors of #00aaba

#00aaba #ba00aa #aaba00

Analogous Colors of #00aaba

#00aaba #004dba #00ba6d

Monochromatic Colors of #00aaba

#00aaba

Complementary Color

#00aaba #ba1000

#00aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aaba Color CSS Codes

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

#00aaba Text Font Color

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

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


#00aaba Background Color

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

This div background color is #00aaba


#00aaba Border Color

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

This div border color is #00aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aaba


Comments

No comments written yet.

Please login to write comment.