Color Hex Logo

#098aab Color Hex

#098AAB
(9,138,171)
0 Favorites   0 Comments

Color spaces of #098aab

RGB 9138171
HSL0.530.900.35
HSV192°95°67°
CMYK 0.950.190.00   0.33
XYZ16.551821.175341.7429
Yxy21.17530.20830.2665
Hunter Lab46.0166-16.3241-21.5719
CIE-Lab53.1408-18.8056-26.0823

#098aab color RGB value is (9,138,171).

#098aab hex color red value is 9, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #098aab hue: 0.53 , saturation: 0.90 and the lightness value of 098aab is 0.35.

The process color (four color CMYK) of #098aab color hex is 0.95, 0.19, 0.00, 0.33. Web safe color of #098aab is #009999. Color #098aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001010 10101011
Octal 11 212 253
Decimal 9 138 171
Hex 9 8A AB

RGB Percentages of Color #098aab

%2.83
%43.40
%53.77

CMYK Percentages of Color #098aab

%95
%19
%0
%33

Triadic Colors of #098aab

#098aab #ab098a #8aab09

Analogous Colors of #098aab

#098aab #0939ab #09ab7b

Monochromatic Colors of #098aab

#098aab

Complementary Color

#098aab #ab2a09

#098aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#098aab Color CSS Codes

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

#098aab Text Font Color

<p style="color:#098aab">Text here</p>

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


#098aab Background Color

<div style="background-color:#098aab">
Div content here</div>

This div background color is #098aab


#098aab Border Color

<div style="border:3px solid #098aab">
Div here</div>

This div border color is #098aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,138,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098aab;
  -webkit-box-shadow: 1px 1px 3px 2px #098aab;
  box-shadow:         1px 1px 3px 2px #098aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,138,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098aab


Comments

No comments written yet.

Please login to write comment.