Color Hex Logo

#09bdbe Color Hex

#09BDBE
(9,189,190)
0 Favorites   0 Comments

Color spaces of #09bdbe

RGB 9189190
HSL0.500.910.39
HSV180°95°75°
CMYK 0.950.010.00   0.25
XYZ27.604540.171055.0141
Yxy40.17100.22480.3272
Hunter Lab63.3806-33.1730-7.0971
CIE-Lab69.5912-37.8086-11.7237

#09bdbe color RGB value is (9,189,190).

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

The process color (four color CMYK) of #09bdbe color hex is 0.95, 0.01, 0.00, 0.25. Web safe color of #09bdbe is #00cccc. Color #09bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111101 10111110
Octal 11 275 276
Decimal 9 189 190
Hex 9 BD BE

RGB Percentages of Color #09bdbe

%2.32
%48.71
%48.97

CMYK Percentages of Color #09bdbe

%95
%1
%0
%25

Triadic Colors of #09bdbe

#09bdbe #be09bd #bdbe09

Analogous Colors of #09bdbe

#09bdbe #0963be #09be65

Monochromatic Colors of #09bdbe

#09bdbe

Complementary Color

#09bdbe #be0a09

#09bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bdbe Color CSS Codes

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

#09bdbe Text Font Color

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

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


#09bdbe Background Color

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

This div background color is #09bdbe


#09bdbe Border Color

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

This div border color is #09bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bdbe


Comments

No comments written yet.

Please login to write comment.