Color Hex Logo

#09bfab Color Hex

#09BFAB
(9,191,171)
0 Favorites   0 Comments

Color spaces of #09bfab

RGB 9191171
HSL0.480.910.39
HSV173°95°75°
CMYK 0.950.000.10   0.25
XYZ26.094140.260044.9237
Yxy40.26000.23450.3618
Hunter Lab63.4508-37.63082.4377
CIE-Lab69.6543-44.2336-1.2112

#09bfab color RGB value is (9,191,171).

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

The process color (four color CMYK) of #09bfab color hex is 0.95, 0.00, 0.10, 0.25. Web safe color of #09bfab is #00cc99. Color #09bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111111 10101011
Octal 11 277 253
Decimal 9 191 171
Hex 9 BF AB

RGB Percentages of Color #09bfab

%2.43
%51.48
%46.09

CMYK Percentages of Color #09bfab

%95
%0
%10
%25

Triadic Colors of #09bfab

#09bfab #ab09bf #bfab09

Analogous Colors of #09bfab

#09bfab #0978bf #09bf50

Monochromatic Colors of #09bfab

#09bfab

Complementary Color

#09bfab #bf091d

#09bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bfab Color CSS Codes

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

#09bfab Text Font Color

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

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


#09bfab Background Color

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

This div background color is #09bfab


#09bfab Border Color

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

This div border color is #09bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bfab


Comments

No comments written yet.

Please login to write comment.