Color Hex Logo

#099ec4 Color Hex

#099EC4
(9,158,196)
0 Favorites   0 Comments

Color spaces of #099ec4

RGB 9158196
HSL0.530.910.40
HSV192°95°77°
CMYK 0.950.190.00   0.23
XYZ22.303328.497356.5496
Yxy28.49730.20780.2655
Hunter Lab53.3829-18.8429-25.4392
CIE-Lab60.3354-20.6324-29.1504

#099ec4 color RGB value is (9,158,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011110 11000100
Octal 11 236 304
Decimal 9 158 196
Hex 9 9E C4

RGB Percentages of Color #099ec4

%2.48
%43.53
%53.99

CMYK Percentages of Color #099ec4

%95
%19
%0
%23

Triadic Colors of #099ec4

#099ec4 #c4099e #9ec409

Analogous Colors of #099ec4

#099ec4 #0940c4 #09c48d

Monochromatic Colors of #099ec4

#099ec4

Complementary Color

#099ec4 #c42f09

#099ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099ec4 Color CSS Codes

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

#099ec4 Text Font Color

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

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


#099ec4 Background Color

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

This div background color is #099ec4


#099ec4 Border Color

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

This div border color is #099ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099ec4


Comments

No comments written yet.

Please login to write comment.