Color Hex Logo

#09bdaf Color Hex

#09BDAF
(9,189,175)
0 Favorites   0 Comments

Color spaces of #09bdaf

RGB 9189175
HSL0.490.910.39
HSV175°95°74°
CMYK 0.950.000.07   0.26
XYZ26.048139.548446.8182
Yxy39.54840.23170.3518
Hunter Lab62.8875-36.1182-0.1187
CIE-Lab69.1467-42.2365-4.1507

#09bdaf color RGB value is (9,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111101 10101111
Octal 11 275 257
Decimal 9 189 175
Hex 9 BD AF

RGB Percentages of Color #09bdaf

%2.41
%50.67
%46.92

CMYK Percentages of Color #09bdaf

%95
%0
%7
%26

Triadic Colors of #09bdaf

#09bdaf #af09bd #bdaf09

Analogous Colors of #09bdaf

#09bdaf #0971bd #09bd55

Monochromatic Colors of #09bdaf

#09bdaf

Complementary Color

#09bdaf #bd0917

#09bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bdaf Color CSS Codes

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

#09bdaf Text Font Color

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

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


#09bdaf Background Color

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

This div background color is #09bdaf


#09bdaf Border Color

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

This div border color is #09bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bdaf


Comments

No comments written yet.

Please login to write comment.