Color Hex Logo

#099fcd Color Hex

#099FCD
(9,159,205)
0 Favorites   0 Comments

Color spaces of #099fcd

RGB 9159205
HSL0.540.920.42
HSV194°96°80°
CMYK 0.960.220.00   0.20
XYZ23.530229.262162.1656
Yxy29.26210.20470.2545
Hunter Lab54.0945-17.0207-30.2702
CIE-Lab61.0123-17.9956-33.1382

#099fcd color RGB value is (9,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011111 11001101
Octal 11 237 315
Decimal 9 159 205
Hex 9 9F CD

RGB Percentages of Color #099fcd

%2.41
%42.63
%54.96

CMYK Percentages of Color #099fcd

%96
%22
%0
%20

Triadic Colors of #099fcd

#099fcd #cd099f #9fcd09

Analogous Colors of #099fcd

#099fcd #093dcd #09cd99

Monochromatic Colors of #099fcd

#099fcd

Complementary Color

#099fcd #cd3709

#099fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#099fcd Color CSS Codes

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

#099fcd Text Font Color

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

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


#099fcd Background Color

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

This div background color is #099fcd


#099fcd Border Color

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

This div border color is #099fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099fcd


Comments

No comments written yet.

Please login to write comment.