Color Hex Logo

#098efa Color Hex

#098EFA
(9,142,250)
0 Favorites   0 Comments

Color spaces of #098efa

RGB 9142250
HSL0.570.960.51
HSV207°96°98°
CMYK 0.960.430.00   0.02
XYZ27.041026.306294.0949
Yxy26.30620.18340.1784
Hunter Lab51.28964.3524-72.8696
CIE-Lab58.32668.4771-62.3524

#098efa color RGB value is (9,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001110 11111010
Octal 11 216 372
Decimal 9 142 250
Hex 9 8E FA

RGB Percentages of Color #098efa

%2.24
%35.41
%62.34

CMYK Percentages of Color #098efa

%96
%43
%0
%2

Triadic Colors of #098efa

#098efa #fa098e #8efa09

Analogous Colors of #098efa

#098efa #0915fa #09faee

Monochromatic Colors of #098efa

#098efa

Complementary Color

#098efa #fa7509

#098efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#098efa Color CSS Codes

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

#098efa Text Font Color

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

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


#098efa Background Color

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

This div background color is #098efa


#098efa Border Color

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

This div border color is #098efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,142,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 #098efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098efa

Related Colors


Comments

No comments written yet.

Please login to write comment.