Color Hex Logo

#099ab4 Color Hex

#099AB4
(9,154,180)
0 Favorites   0 Comments

Color spaces of #099ab4

RGB 9154180
HSL0.530.900.37
HSV189°95°71°
CMYK 0.950.140.00   0.29
XYZ19.906526.464647.2390
Yxy26.46460.21270.2827
Hunter Lab51.4438-20.9548-18.4333
CIE-Lab58.4754-24.0839-23.0002

#099ab4 color RGB value is (9,154,180).

#099ab4 hex color red value is 9, green value is 154 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #099ab4 hue: 0.53 , saturation: 0.90 and the lightness value of 099ab4 is 0.37.

The process color (four color CMYK) of #099ab4 color hex is 0.95, 0.14, 0.00, 0.29. Web safe color of #099ab4 is #0099cc. Color #099ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011010 10110100
Octal 11 232 264
Decimal 9 154 180
Hex 9 9A B4

RGB Percentages of Color #099ab4

%2.62
%44.90
%52.48

CMYK Percentages of Color #099ab4

%95
%14
%0
%29

Triadic Colors of #099ab4

#099ab4 #b4099a #9ab409

Analogous Colors of #099ab4

#099ab4 #0945b4 #09b479

Monochromatic Colors of #099ab4

#099ab4

Complementary Color

#099ab4 #b42309

#099ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099ab4 Color CSS Codes

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

#099ab4 Text Font Color

<p style="color:#099ab4">Text here</p>

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


#099ab4 Background Color

<div style="background-color:#099ab4">
Div content here</div>

This div background color is #099ab4


#099ab4 Border Color

<div style="border:3px solid #099ab4">
Div here</div>

This div border color is #099ab4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,154,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099ab4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099ab4;
  -webkit-box-shadow: 1px 1px 3px 2px #099ab4;
  box-shadow:         1px 1px 3px 2px #099ab4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099ab4


Comments

No comments written yet.

Please login to write comment.