Color Hex Logo

#09bbea Color Hex

#09BBEA
(9,187,234)
0 Favorites   0 Comments

Color spaces of #09bbea

RGB 9187234
HSL0.530.930.48
HSV193°96°92°
CMYK 0.960.200.00   0.08
XYZ32.734341.539284.1345
Yxy41.53920.20660.2622
Hunter Lab64.4509-22.1298-32.2818
CIE-Lab70.5521-22.5932-34.2999

#09bbea color RGB value is (9,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111011 11101010
Octal 11 273 352
Decimal 9 187 234
Hex 9 BB EA

RGB Percentages of Color #09bbea

%2.09
%43.49
%54.42

CMYK Percentages of Color #09bbea

%96
%20
%0
%8

Triadic Colors of #09bbea

#09bbea #ea09bb #bbea09

Analogous Colors of #09bbea

#09bbea #094aea #09eaa9

Monochromatic Colors of #09bbea

#09bbea

Complementary Color

#09bbea #ea3809

#09bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bbea Color CSS Codes

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

#09bbea Text Font Color

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

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


#09bbea Background Color

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

This div background color is #09bbea


#09bbea Border Color

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

This div border color is #09bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bbea


Comments

No comments written yet.

Please login to write comment.