Color Hex Logo

#099ebc Color Hex

#099EBC
(9,158,188)
0 Favorites   0 Comments

Color spaces of #099ebc

RGB 9158188
HSL0.530.910.39
HSV190°95°74°
CMYK 0.950.160.00   0.26
XYZ21.416628.142651.8803
Yxy28.14260.21110.2774
Hunter Lab53.0496-20.7747-20.8484
CIE-Lab60.0174-23.4039-25.1463

#099ebc color RGB value is (9,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011110 10111100
Octal 11 236 274
Decimal 9 158 188
Hex 9 9E BC

RGB Percentages of Color #099ebc

%2.54
%44.51
%52.96

CMYK Percentages of Color #099ebc

%95
%16
%0
%26

Triadic Colors of #099ebc

#099ebc #bc099e #9ebc09

Analogous Colors of #099ebc

#099ebc #0944bc #09bc81

Monochromatic Colors of #099ebc

#099ebc

Complementary Color

#099ebc #bc2709

#099ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#099ebc Color CSS Codes

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

#099ebc Text Font Color

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

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


#099ebc Background Color

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

This div background color is #099ebc


#099ebc Border Color

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

This div border color is #099ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099ebc


Comments

No comments written yet.

Please login to write comment.