Color Hex Logo

#088aaf Color Hex

#088AAF
(8,138,175)
0 Favorites   0 Comments

Color spaces of #088aaf

RGB 8138175
HSL0.540.910.36
HSV193°95°69°
CMYK 0.950.210.00   0.31
XYZ16.926521.323743.7812
Yxy21.32370.20630.2599
Hunter Lab46.1776-15.3812-23.8888
CIE-Lab53.3020-17.4090-28.1318

#088aaf color RGB value is (8,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001010 10101111
Octal 10 212 257
Decimal 8 138 175
Hex 8 8A AF

RGB Percentages of Color #088aaf

%2.49
%42.99
%54.52

CMYK Percentages of Color #088aaf

%95
%21
%0
%31

Triadic Colors of #088aaf

#088aaf #af088a #8aaf08

Analogous Colors of #088aaf

#088aaf #0836af #08af81

Monochromatic Colors of #088aaf

#088aaf

Complementary Color

#088aaf #af2d08

#088aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#088aaf Color CSS Codes

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

#088aaf Text Font Color

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

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


#088aaf Background Color

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

This div background color is #088aaf


#088aaf Border Color

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

This div border color is #088aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088aaf


Comments

No comments written yet.

Please login to write comment.