Color Hex Logo

#098beb Color Hex

#098BEB
(9,139,235)
0 Favorites   0 Comments

Color spaces of #098beb

RGB 9139235
HSL0.570.930.48
HSV205°96°92°
CMYK 0.960.410.00   0.08
XYZ24.340724.521582.0475
Yxy24.52150.18590.1873
Hunter Lab49.51921.0814-63.5732
CIE-Lab56.60624.5602-56.8143

#098beb color RGB value is (9,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 11101011
Octal 11 213 353
Decimal 9 139 235
Hex 9 8B EB

RGB Percentages of Color #098beb

%2.35
%36.29
%61.36

CMYK Percentages of Color #098beb

%96
%41
%0
%8

Triadic Colors of #098beb

#098beb #eb098b #8beb09

Analogous Colors of #098beb

#098beb #091aeb #09ebda

Monochromatic Colors of #098beb

#098beb

Complementary Color

#098beb #eb6909

#098beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098beb Color CSS Codes

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

#098beb Text Font Color

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

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


#098beb Background Color

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

This div background color is #098beb


#098beb Border Color

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

This div border color is #098beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098beb


Comments

No comments written yet.

Please login to write comment.