Color Hex Logo

#098fde Color Hex

#098FDE
(9,143,222)
0 Favorites   0 Comments

Color spaces of #098fde

RGB 9143222
HSL0.560.920.45
HSV202°96°87°
CMYK 0.960.360.00   0.13
XYZ23.119924.976972.7097
Yxy24.97690.19140.2068
Hunter Lab49.9769-4.8834-51.2752
CIE-Lab57.0529-2.7650-48.8599

#098fde color RGB value is (9,143,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001111 11011110
Octal 11 217 336
Decimal 9 143 222
Hex 9 8F DE

RGB Percentages of Color #098fde

%2.41
%38.24
%59.36

CMYK Percentages of Color #098fde

%96
%36
%0
%13

Triadic Colors of #098fde

#098fde #de098f #8fde09

Analogous Colors of #098fde

#098fde #0924de #09dec3

Monochromatic Colors of #098fde

#098fde

Complementary Color

#098fde #de5809

#098fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#098fde Color CSS Codes

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

#098fde Text Font Color

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

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


#098fde Background Color

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

This div background color is #098fde


#098fde Border Color

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

This div border color is #098fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098fde


Comments

No comments written yet.

Please login to write comment.