Color Hex Logo

#088aae Color Hex

#088AAE
(8,138,174)
0 Favorites   0 Comments

Color spaces of #088aae

RGB 8138174
HSL0.540.910.36
HSV193°95°68°
CMYK 0.950.210.00   0.32
XYZ16.828621.284643.2658
Yxy21.28460.20680.2615
Hunter Lab46.1352-15.6258-23.3077
CIE-Lab53.2596-17.7697-27.6233

#088aae color RGB value is (8,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001010 10101110
Octal 10 212 256
Decimal 8 138 174
Hex 8 8A AE

RGB Percentages of Color #088aae

%2.50
%43.13
%54.38

CMYK Percentages of Color #088aae

%95
%21
%0
%32

Triadic Colors of #088aae

#088aae #ae088a #8aae08

Analogous Colors of #088aae

#088aae #0837ae #08ae7f

Monochromatic Colors of #088aae

#088aae

Complementary Color

#088aae #ae2c08

#088aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#088aae Color CSS Codes

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

#088aae Text Font Color

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

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


#088aae Background Color

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

This div background color is #088aae


#088aae Border Color

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

This div border color is #088aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,138,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 #088aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088aae


Comments

No comments written yet.

Please login to write comment.