Color Hex Logo

#089aae Color Hex

#089AAE
(8,154,174)
0 Favorites   0 Comments

Color spaces of #089aae

RGB 8154174
HSL0.520.910.36
HSV187°95°68°
CMYK 0.950.110.00   0.32
XYZ19.295726.218844.0881
Yxy26.21880.21530.2926
Hunter Lab51.2043-22.3420-15.2071
CIE-Lab58.2442-26.1555-19.9549

#089aae color RGB value is (8,154,174).

#089aae hex color red value is 8, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #089aae hue: 0.52 , saturation: 0.91 and the lightness value of 089aae is 0.36.

The process color (four color CMYK) of #089aae color hex is 0.95, 0.11, 0.00, 0.32. Web safe color of #089aae is #009999. Color #089aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011010 10101110
Octal 10 232 256
Decimal 8 154 174
Hex 8 9A AE

RGB Percentages of Color #089aae

%2.38
%45.83
%51.79

CMYK Percentages of Color #089aae

%95
%11
%0
%32

Triadic Colors of #089aae

#089aae #ae089a #9aae08

Analogous Colors of #089aae

#089aae #0847ae #08ae6f

Monochromatic Colors of #089aae

#089aae

Complementary Color

#089aae #ae1c08

#089aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#089aae Color CSS Codes

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

#089aae Text Font Color

<p style="color:#089aae">Text here</p>

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


#089aae Background Color

<div style="background-color:#089aae">
Div content here</div>

This div background color is #089aae


#089aae Border Color

<div style="border:3px solid #089aae">
Div here</div>

This div border color is #089aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,154,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #089aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #089aae;
  -webkit-box-shadow: 1px 1px 3px 2px #089aae;
  box-shadow:         1px 1px 3px 2px #089aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,154,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089aae


Comments

No comments written yet.

Please login to write comment.