Color Hex Logo

#09bbeb Color Hex

#09BBEB
(9,187,235)
0 Favorites   0 Comments

Color spaces of #09bbeb

RGB 9187235
HSL0.540.930.48
HSV193°96°92°
CMYK 0.960.200.00   0.08
XYZ32.878441.596984.8934
Yxy41.59690.20630.2610
Hunter Lab64.4957-21.8722-32.8944
CIE-Lab70.5921-22.2524-34.7810

#09bbeb color RGB value is (9,187,235).

#09bbeb hex color red value is 9, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #09bbeb hue: 0.54 , saturation: 0.93 and the lightness value of 09bbeb is 0.48.

The process color (four color CMYK) of #09bbeb color hex is 0.96, 0.20, 0.00, 0.08. Web safe color of #09bbeb is #00ccff. Color #09bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111011 11101011
Octal 11 273 353
Decimal 9 187 235
Hex 9 BB EB

RGB Percentages of Color #09bbeb

%2.09
%43.39
%54.52

CMYK Percentages of Color #09bbeb

%96
%20
%0
%8

Triadic Colors of #09bbeb

#09bbeb #eb09bb #bbeb09

Analogous Colors of #09bbeb

#09bbeb #094aeb #09ebaa

Monochromatic Colors of #09bbeb

#09bbeb

Complementary Color

#09bbeb #eb3909

#09bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bbeb Color CSS Codes

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

#09bbeb Text Font Color

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

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


#09bbeb Background Color

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

This div background color is #09bbeb


#09bbeb Border Color

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

This div border color is #09bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bbeb


Comments

No comments written yet.

Please login to write comment.