Color Hex Logo

#098afb Color Hex

#098AFB
(9,138,251)
0 Favorites   0 Comments

Color spaces of #098afb

RGB 9138251
HSL0.580.970.51
HSV208°96°98°
CMYK 0.960.450.00   0.02
XYZ26.613725.200194.7282
Yxy25.20010.18160.1720
Hunter Lab50.19976.7835-76.7420
CIE-Lab57.269911.2904-64.6007

#098afb color RGB value is (9,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001010 11111011
Octal 11 212 373
Decimal 9 138 251
Hex 9 8A FB

RGB Percentages of Color #098afb

%2.26
%34.67
%63.07

CMYK Percentages of Color #098afb

%96
%45
%0
%2

Triadic Colors of #098afb

#098afb #fb098a #8afb09

Analogous Colors of #098afb

#098afb #0911fb #09fbf3

Monochromatic Colors of #098afb

#098afb

Complementary Color

#098afb #fb7a09

#098afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098afb Color CSS Codes

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

#098afb Text Font Color

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

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


#098afb Background Color

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

This div background color is #098afb


#098afb Border Color

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

This div border color is #098afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098afb


Comments

No comments written yet.

Please login to write comment.