Color Hex Logo

#099abd Color Hex

#099ABD
(9,154,189)
0 Favorites   0 Comments

Color spaces of #099abd

RGB 9154189
HSL0.530.910.39
HSV192°95°74°
CMYK 0.950.190.00   0.26
XYZ20.853626.843452.2263
Yxy26.84340.20870.2686
Hunter Lab51.8106-18.8229-23.4983
CIE-Lab58.8291-20.9719-27.5415

#099abd color RGB value is (9,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011010 10111101
Octal 11 232 275
Decimal 9 154 189
Hex 9 9A BD

RGB Percentages of Color #099abd

%2.56
%43.75
%53.69

CMYK Percentages of Color #099abd

%95
%19
%0
%26

Triadic Colors of #099abd

#099abd #bd099a #9abd09

Analogous Colors of #099abd

#099abd #0940bd #09bd86

Monochromatic Colors of #099abd

#099abd

Complementary Color

#099abd #bd2c09

#099abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#099abd Color CSS Codes

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

#099abd Text Font Color

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

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


#099abd Background Color

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

This div background color is #099abd


#099abd Border Color

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

This div border color is #099abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099abd


Comments

No comments written yet.

Please login to write comment.