Color Hex Logo

#099dbb Color Hex

#099DBB
(9,157,187)
0 Favorites   0 Comments

Color spaces of #099dbb

RGB 9157187
HSL0.530.910.38
HSV190°95°73°
CMYK 0.950.160.00   0.27
XYZ21.139327.759951.2577
Yxy27.75990.21110.2772
Hunter Lab52.6877-20.5858-20.7995
CIE-Lab59.6712-23.2307-25.1157

#099dbb color RGB value is (9,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011101 10111011
Octal 11 235 273
Decimal 9 157 187
Hex 9 9D BB

RGB Percentages of Color #099dbb

%2.55
%44.48
%52.97

CMYK Percentages of Color #099dbb

%95
%16
%0
%27

Triadic Colors of #099dbb

#099dbb #bb099d #9dbb09

Analogous Colors of #099dbb

#099dbb #0944bb #09bb80

Monochromatic Colors of #099dbb

#099dbb

Complementary Color

#099dbb #bb2709

#099dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#099dbb Color CSS Codes

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

#099dbb Text Font Color

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

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


#099dbb Background Color

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

This div background color is #099dbb


#099dbb Border Color

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

This div border color is #099dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099dbb


Comments

No comments written yet.

Please login to write comment.