Color Hex Logo

#09bebc Color Hex

#09BEBC
(9,190,188)
0 Favorites   0 Comments

Color spaces of #09bebc

RGB 9190188
HSL0.500.910.39
HSV179°95°75°
CMYK 0.950.000.01   0.25
XYZ27.603240.515853.9424
Yxy40.51580.22610.3319
Hunter Lab63.6520-33.9831-5.6894
CIE-Lab69.8353-38.8663-10.2616

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111110 10111100
Octal 11 276 274
Decimal 9 190 188
Hex 9 BE BC

RGB Percentages of Color #09bebc

%2.33
%49.10
%48.58

CMYK Percentages of Color #09bebc

%95
%0
%1
%25

Triadic Colors of #09bebc

#09bebc #bc09be #bebc09

Analogous Colors of #09bebc

#09bebc #0966be #09be62

Monochromatic Colors of #09bebc

#09bebc

Complementary Color

#09bebc #be090b

#09bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bebc Color CSS Codes

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

#09bebc Text Font Color

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

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


#09bebc Background Color

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

This div background color is #09bebc


#09bebc Border Color

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

This div border color is #09bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bebc


Comments

No comments written yet.

Please login to write comment.