Color Hex Logo

#098fea Color Hex

#098FEA
(9,143,234)
0 Favorites   0 Comments

Color spaces of #098fea

RGB 9143234
HSL0.570.930.48
HSV204°96°92°
CMYK 0.960.390.00   0.08
XYZ24.786425.643581.4852
Yxy25.64350.18790.1944
Hunter Lab50.6394-1.2488-59.9575
CIE-Lab57.69711.7843-54.5167

#098fea color RGB value is (9,143,234).

#098fea hex color red value is 9, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #098fea hue: 0.57 , saturation: 0.93 and the lightness value of 098fea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001111 11101010
Octal 11 217 352
Decimal 9 143 234
Hex 9 8F EA

RGB Percentages of Color #098fea

%2.33
%37.05
%60.62

CMYK Percentages of Color #098fea

%96
%39
%0
%8

Triadic Colors of #098fea

#098fea #ea098f #8fea09

Analogous Colors of #098fea

#098fea #091fea #09ead5

Monochromatic Colors of #098fea

#098fea

Complementary Color

#098fea #ea6409

#098fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#098fea Color CSS Codes

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

#098fea Text Font Color

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

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


#098fea Background Color

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

This div background color is #098fea


#098fea Border Color

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

This div border color is #098fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098fea


Comments

No comments written yet.

Please login to write comment.