Color Hex Logo

#09bebe Color Hex

#09BEBE
(9,190,190)
0 Favorites   0 Comments

Color spaces of #09bebe

RGB 9190190
HSL0.500.910.39
HSV180°95°75°
CMYK 0.950.000.00   0.25
XYZ27.820440.602755.0860
Yxy40.60270.22520.3287
Hunter Lab63.7202-33.5769-6.6519
CIE-Lab69.8967-38.2644-11.2664

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111110 10111110
Octal 11 276 276
Decimal 9 190 190
Hex 9 BE BE

RGB Percentages of Color #09bebe

%2.31
%48.84
%48.84

CMYK Percentages of Color #09bebe

%95
%0
%0
%25

Triadic Colors of #09bebe

#09bebe #be09be #bebe09

Analogous Colors of #09bebe

#09bebe #0963be #09be64

Monochromatic Colors of #09bebe

#09bebe

Complementary Color

#09bebe #be0909

#09bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bebe Color CSS Codes

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

#09bebe Text Font Color

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

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


#09bebe Background Color

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

This div background color is #09bebe


#09bebe Border Color

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

This div border color is #09bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bebe


Comments

No comments written yet.

Please login to write comment.