Color Hex Logo

#09baba Color Hex

#09BABA
(9,186,186)
0 Favorites   0 Comments

Color spaces of #09baba

RGB 9186186
HSL0.500.910.38
HSV180°95°73°
CMYK 0.950.000.00   0.27
XYZ26.534538.721152.5298
Yxy38.72110.22530.3287
Hunter Lab62.2263-32.7801-6.4927
CIE-Lab68.5488-37.6503-11.0862

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

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

The process color (four color CMYK) of #09baba color hex is 0.95, 0.00, 0.00, 0.27. Web safe color of #09baba is #00cccc. Color #09baba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111010 10111010
Octal 11 272 272
Decimal 9 186 186
Hex 9 BA BA

RGB Percentages of Color #09baba

%2.36
%48.82
%48.82

CMYK Percentages of Color #09baba

%95
%0
%0
%27

Triadic Colors of #09baba

#09baba #ba09ba #baba09

Analogous Colors of #09baba

#09baba #0961ba #09ba62

Monochromatic Colors of #09baba

#09baba

Complementary Color

#09baba #ba0909

#09baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#09baba Color CSS Codes

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

#09baba Text Font Color

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

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


#09baba Background Color

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

This div background color is #09baba


#09baba Border Color

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

This div border color is #09baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09baba


Comments

No comments written yet.

Please login to write comment.