Color Hex Logo

#098efe Color Hex

#098EFE
(9,142,254)
0 Favorites   0 Comments

Color spaces of #098efe

RGB 9142254
HSL0.580.990.52
HSV207°96°100°
CMYK 0.960.440.00   0.00
XYZ27.675126.559897.4339
Yxy26.55980.18250.1751
Hunter Lab51.53625.6667-76.0178
CIE-Lab58.564610.0015-64.1691

#098efe color RGB value is (9,142,254).

#098efe hex color red value is 9, green value is 142 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #098efe hue: 0.58 , saturation: 0.99 and the lightness value of 098efe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001110 11111110
Octal 11 216 376
Decimal 9 142 254
Hex 9 8E FE

RGB Percentages of Color #098efe

%2.22
%35.06
%62.72

CMYK Percentages of Color #098efe

%96
%44
%0
%0

Triadic Colors of #098efe

#098efe #fe098e #8efe09

Analogous Colors of #098efe

#098efe #0914fe #09fef4

Monochromatic Colors of #098efe

#098efe

Complementary Color

#098efe #fe7909

#098efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#098efe Color CSS Codes

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

#098efe Text Font Color

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

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


#098efe Background Color

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

This div background color is #098efe


#098efe Border Color

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

This div border color is #098efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098efe

Related Colors


Comments

No comments written yet.

Please login to write comment.