Color Hex Logo

#098afa Color Hex

#098AFA
(9,138,250)
0 Favorites   0 Comments

Color spaces of #098afa

RGB 9138250
HSL0.580.960.51
HSV208°96°98°
CMYK 0.960.450.00   0.02
XYZ26.456525.137293.9000
Yxy25.13720.18180.1728
Hunter Lab50.13706.4518-75.9464
CIE-Lab57.208910.9081-64.1478

#098afa color RGB value is (9,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001010 11111010
Octal 11 212 372
Decimal 9 138 250
Hex 9 8A FA

RGB Percentages of Color #098afa

%2.27
%34.76
%62.97

CMYK Percentages of Color #098afa

%96
%45
%0
%2

Triadic Colors of #098afa

#098afa #fa098a #8afa09

Analogous Colors of #098afa

#098afa #0911fa #09faf2

Monochromatic Colors of #098afa

#098afa

Complementary Color

#098afa #fa7909

#098afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#098afa Color CSS Codes

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

#098afa Text Font Color

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

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


#098afa Background Color

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

This div background color is #098afa


#098afa Border Color

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

This div border color is #098afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098afa

Related Colors


Comments

No comments written yet.

Please login to write comment.