Color Hex Logo

#09a0be Color Hex

#09A0BE
(9,160,190)
0 Favorites   0 Comments

Color spaces of #09a0be

RGB 9160190
HSL0.530.910.39
HSV190°95°75°
CMYK 0.950.160.00   0.25
XYZ21.977728.917453.1385
Yxy28.91740.21130.2780
Hunter Lab53.7749-21.1535-20.9459
CIE-Lab60.7087-23.7495-25.2071

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

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

The process color (four color CMYK) of #09a0be color hex is 0.95, 0.16, 0.00, 0.25. Web safe color of #09a0be is #0099cc. Color #09a0be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10100000 10111110
Octal 11 240 276
Decimal 9 160 190
Hex 9 A0 BE

RGB Percentages of Color #09a0be

%2.51
%44.57
%52.92

CMYK Percentages of Color #09a0be

%95
%16
%0
%25

Triadic Colors of #09a0be

#09a0be #be09a0 #a0be09

Analogous Colors of #09a0be

#09a0be #0946be #09be82

Monochromatic Colors of #09a0be

#09a0be

Complementary Color

#09a0be #be2709

#09a0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09a0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#09a0be Color CSS Codes

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

#09a0be Text Font Color

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

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


#09a0be Background Color

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

This div background color is #09a0be


#09a0be Border Color

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

This div border color is #09a0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09a0be


Comments

No comments written yet.

Please login to write comment.