Color Hex Logo

#099fdc Color Hex

#099FDC
(9,159,220)
0 Favorites   0 Comments

Color spaces of #099fdc

RGB 9159220
HSL0.550.920.45
HSV197°96°86°
CMYK 0.960.280.00   0.14
XYZ25.429130.021772.1647
Yxy30.02170.19930.2353
Hunter Lab54.7921-13.0439-39.7343
CIE-Lab61.6729-12.6155-40.4564

#099fdc color RGB value is (9,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011111 11011100
Octal 11 237 334
Decimal 9 159 220
Hex 9 9F DC

RGB Percentages of Color #099fdc

%2.32
%40.98
%56.70

CMYK Percentages of Color #099fdc

%96
%28
%0
%14

Triadic Colors of #099fdc

#099fdc #dc099f #9fdc09

Analogous Colors of #099fdc

#099fdc #0935dc #09dcb0

Monochromatic Colors of #099fdc

#099fdc

Complementary Color

#099fdc #dc4609

#099fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#099fdc Color CSS Codes

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

#099fdc Text Font Color

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

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


#099fdc Background Color

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

This div background color is #099fdc


#099fdc Border Color

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

This div border color is #099fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099fdc


Comments

No comments written yet.

Please login to write comment.