Color Hex Logo

#099ec6 Color Hex

#099EC6
(9,158,198)
0 Favorites   0 Comments

Color spaces of #099ec6

RGB 9158198
HSL0.540.910.41
HSV193°95°78°
CMYK 0.950.200.00   0.22
XYZ22.532628.589057.7567
Yxy28.58900.20700.2626
Hunter Lab53.4687-18.3473-26.6168
CIE-Lab60.4172-19.9317-30.1452

#099ec6 color RGB value is (9,158,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011110 11000110
Octal 11 236 306
Decimal 9 158 198
Hex 9 9E C6

RGB Percentages of Color #099ec6

%2.47
%43.29
%54.25

CMYK Percentages of Color #099ec6

%95
%20
%0
%22

Triadic Colors of #099ec6

#099ec6 #c6099e #9ec609

Analogous Colors of #099ec6

#099ec6 #093fc6 #09c690

Monochromatic Colors of #099ec6

#099ec6

Complementary Color

#099ec6 #c63109

#099ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099ec6 Color CSS Codes

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

#099ec6 Text Font Color

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

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


#099ec6 Background Color

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

This div background color is #099ec6


#099ec6 Border Color

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

This div border color is #099ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099ec6


Comments

No comments written yet.

Please login to write comment.