Color Hex Logo

#098fcb Color Hex

#098FCB
(9,143,203)
0 Favorites   0 Comments

Color spaces of #098fcb

RGB 9143203
HSL0.550.920.42
HSV199°96°80°
CMYK 0.960.300.00   0.20
XYZ20.714624.014860.0435
Yxy24.01480.19770.2292
Hunter Lab49.0049-10.3058-38.3419
CIE-Lab56.1026-9.8914-39.6933

#098fcb color RGB value is (9,143,203).

#098fcb hex color red value is 9, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #098fcb hue: 0.55 , saturation: 0.92 and the lightness value of 098fcb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001111 11001011
Octal 11 217 313
Decimal 9 143 203
Hex 9 8F CB

RGB Percentages of Color #098fcb

%2.54
%40.28
%57.18

CMYK Percentages of Color #098fcb

%96
%30
%0
%20

Triadic Colors of #098fcb

#098fcb #cb098f #8fcb09

Analogous Colors of #098fcb

#098fcb #092ecb #09cba6

Monochromatic Colors of #098fcb

#098fcb

Complementary Color

#098fcb #cb4509

#098fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098fcb Color CSS Codes

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

#098fcb Text Font Color

<p style="color:#098fcb">Text here</p>

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


#098fcb Background Color

<div style="background-color:#098fcb">
Div content here</div>

This div background color is #098fcb


#098fcb Border Color

<div style="border:3px solid #098fcb">
Div here</div>

This div border color is #098fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,143,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #098fcb;
  box-shadow:         1px 1px 3px 2px #098fcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098fcb


Comments

No comments written yet.

Please login to write comment.