Color Hex Logo

#098fdc Color Hex

#098FDC
(9,143,220)
0 Favorites   0 Comments

Color spaces of #098fdc

RGB 9143220
HSL0.560.920.45
HSV202°96°86°
CMYK 0.960.350.00   0.14
XYZ22.853424.870371.3061
Yxy24.87030.19200.2089
Hunter Lab49.8701-5.4736-49.8659
CIE-Lab56.9488-3.5202-47.9071

#098fdc color RGB value is (9,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001111 11011100
Octal 11 217 334
Decimal 9 143 220
Hex 9 8F DC

RGB Percentages of Color #098fdc

%2.42
%38.44
%59.14

CMYK Percentages of Color #098fdc

%96
%35
%0
%14

Triadic Colors of #098fdc

#098fdc #dc098f #8fdc09

Analogous Colors of #098fdc

#098fdc #0926dc #09dcc0

Monochromatic Colors of #098fdc

#098fdc

Complementary Color

#098fdc #dc5609

#098fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#098fdc Color CSS Codes

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

#098fdc Text Font Color

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

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


#098fdc Background Color

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

This div background color is #098fdc


#098fdc Border Color

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

This div border color is #098fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,143,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 #098fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098fdc


Comments

No comments written yet.

Please login to write comment.