Color Hex Logo

#098dfc Color Hex

#098DFC
(9,141,252)
0 Favorites   0 Comments

Color spaces of #098dfc

RGB 9141252
HSL0.580.980.51
HSV207°96°99°
CMYK 0.960.440.00   0.01
XYZ27.208226.136195.7062
Yxy26.13610.18250.1754
Hunter Lab51.12355.5326-75.2080
CIE-Lab58.16609.8455-63.7104

#098dfc color RGB value is (9,141,252).

#098dfc hex color red value is 9, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #098dfc hue: 0.58 , saturation: 0.98 and the lightness value of 098dfc is 0.51.

The process color (four color CMYK) of #098dfc color hex is 0.96, 0.44, 0.00, 0.01. Web safe color of #098dfc is #0099ff. Color #098dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001101 11111100
Octal 11 215 374
Decimal 9 141 252
Hex 9 8D FC

RGB Percentages of Color #098dfc

%2.24
%35.07
%62.69

CMYK Percentages of Color #098dfc

%96
%44
%0
%1

Triadic Colors of #098dfc

#098dfc #fc098d #8dfc09

Analogous Colors of #098dfc

#098dfc #0914fc #09fcf2

Monochromatic Colors of #098dfc

#098dfc

Complementary Color

#098dfc #fc7809

#098dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#098dfc Color CSS Codes

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

#098dfc Text Font Color

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

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


#098dfc Background Color

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

This div background color is #098dfc


#098dfc Border Color

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

This div border color is #098dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.