Color Hex Logo

#099acb Color Hex

#099ACB
(9,154,203)
0 Favorites   0 Comments

Color spaces of #099acb

RGB 9154203
HSL0.540.920.42
HSV195°96°80°
CMYK 0.960.240.00   0.20
XYZ22.447827.481160.6212
Yxy27.48110.20310.2486
Hunter Lab52.4224-15.3038-31.8672
CIE-Lab59.4170-16.0093-34.5031

#099acb color RGB value is (9,154,203).

#099acb hex color red value is 9, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #099acb hue: 0.54 , saturation: 0.92 and the lightness value of 099acb is 0.42.

The process color (four color CMYK) of #099acb color hex is 0.96, 0.24, 0.00, 0.20. Web safe color of #099acb is #0099cc. Color #099acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011010 11001011
Octal 11 232 313
Decimal 9 154 203
Hex 9 9A CB

RGB Percentages of Color #099acb

%2.46
%42.08
%55.46

CMYK Percentages of Color #099acb

%96
%24
%0
%20

Triadic Colors of #099acb

#099acb #cb099a #9acb09

Analogous Colors of #099acb

#099acb #0939cb #09cb9b

Monochromatic Colors of #099acb

#099acb

Complementary Color

#099acb #cb3a09

#099acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#099acb Color CSS Codes

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

#099acb Text Font Color

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

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


#099acb Background Color

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

This div background color is #099acb


#099acb Border Color

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

This div border color is #099acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099acb


Comments

No comments written yet.

Please login to write comment.