Color Hex Logo

#098dab Color Hex

#098DAB
(9,141,171)
0 Favorites   0 Comments

Color spaces of #098dab

RGB 9141171
HSL0.530.900.35
HSV191°95°67°
CMYK 0.950.180.00   0.33
XYZ16.988222.048141.8884
Yxy22.04810.20990.2725
Hunter Lab46.9554-17.5917-20.0232
CIE-Lab54.0780-20.4126-24.6351

#098dab color RGB value is (9,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001101 10101011
Octal 11 215 253
Decimal 9 141 171
Hex 9 8D AB

RGB Percentages of Color #098dab

%2.80
%43.93
%53.27

CMYK Percentages of Color #098dab

%95
%18
%0
%33

Triadic Colors of #098dab

#098dab #ab098d #8dab09

Analogous Colors of #098dab

#098dab #093cab #09ab78

Monochromatic Colors of #098dab

#098dab

Complementary Color

#098dab #ab2709

#098dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#098dab Color CSS Codes

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

#098dab Text Font Color

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

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


#098dab Background Color

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

This div background color is #098dab


#098dab Border Color

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

This div border color is #098dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,141,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 #098dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098dab


Comments

No comments written yet.

Please login to write comment.