Color Hex Logo

#00aaaf Color Hex

#00AAAF
(0,170,175)
0 Favorites   0 Comments

Color spaces of #00aaaf

RGB 0170175
HSL0.501.000.34
HSV182°100°69°
CMYK 1.000.030.00   0.31
XYZ22.112631.844645.5386
Yxy31.84460.22220.3201
Hunter Lab56.4310-28.8087-8.3440
CIE-Lab63.2142-33.9227-12.9910

#00aaaf color RGB value is (0,170,175).

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

The process color (four color CMYK) of #00aaaf color hex is 1.00, 0.03, 0.00, 0.31. Web safe color of #00aaaf is #009999. Color #00aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101010 10101111
Octal 0 252 257
Decimal 0 170 175
Hex 0 AA AF

RGB Percentages of Color #00aaaf

%0.00
%49.28
%50.72

CMYK Percentages of Color #00aaaf

%100
%3
%0
%31

Triadic Colors of #00aaaf

#00aaaf #af00aa #aaaf00

Analogous Colors of #00aaaf

#00aaaf #0053af #00af5c

Monochromatic Colors of #00aaaf

#00aaaf

Complementary Color

#00aaaf #af0500

#00aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aaaf Color CSS Codes

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

#00aaaf Text Font Color

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

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


#00aaaf Background Color

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

This div background color is #00aaaf


#00aaaf Border Color

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

This div border color is #00aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aaaf


Comments

No comments written yet.

Please login to write comment.