Color Hex Logo

#09abba Color Hex

#09ABBA
(9,171,186)
0 Favorites   0 Comments

Color spaces of #09abba

RGB 9171186
HSL0.510.910.38
HSV185°95°73°
CMYK 0.950.080.00   0.27
XYZ23.538532.729151.5311
Yxy32.72910.21840.3036
Hunter Lab57.2094-26.6734-13.3587
CIE-Lab63.9410-30.5824-18.0302

#09abba color RGB value is (9,171,186).

#09abba hex color red value is 9, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #09abba hue: 0.51 , saturation: 0.91 and the lightness value of 09abba is 0.38.

The process color (four color CMYK) of #09abba color hex is 0.95, 0.08, 0.00, 0.27. Web safe color of #09abba is #0099cc. Color #09abba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101011 10111010
Octal 11 253 272
Decimal 9 171 186
Hex 9 AB BA

RGB Percentages of Color #09abba

%2.46
%46.72
%50.82

CMYK Percentages of Color #09abba

%95
%8
%0
%27

Triadic Colors of #09abba

#09abba #ba09ab #abba09

Analogous Colors of #09abba

#09abba #0952ba #09ba71

Monochromatic Colors of #09abba

#09abba

Complementary Color

#09abba #ba1809

#09abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#09abba Color CSS Codes

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

#09abba Text Font Color

<p style="color:#09abba">Text here</p>

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


#09abba Background Color

<div style="background-color:#09abba">
Div content here</div>

This div background color is #09abba


#09abba Border Color

<div style="border:3px solid #09abba">
Div here</div>

This div border color is #09abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09abba


Comments

No comments written yet.

Please login to write comment.