Color Hex Logo

#098cbe Color Hex

#098CBE
(9,140,190)
0 Favorites   0 Comments

Color spaces of #098cbe

RGB 9140190
HSL0.550.910.39
HSV197°95°75°
CMYK 0.950.260.00   0.25
XYZ18.785022.531952.0742
Yxy22.53190.20110.2413
Hunter Lab47.4678-12.4286-31.8162
CIE-Lab54.5869-13.0071-34.7036

#098cbe color RGB value is (9,140,190).

#098cbe hex color red value is 9, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #098cbe hue: 0.55 , saturation: 0.91 and the lightness value of 098cbe is 0.39.

The process color (four color CMYK) of #098cbe color hex is 0.95, 0.26, 0.00, 0.25. Web safe color of #098cbe is #0099cc. Color #098cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001100 10111110
Octal 11 214 276
Decimal 9 140 190
Hex 9 8C BE

RGB Percentages of Color #098cbe

%2.65
%41.30
%56.05

CMYK Percentages of Color #098cbe

%95
%26
%0
%25

Triadic Colors of #098cbe

#098cbe #be098c #8cbe09

Analogous Colors of #098cbe

#098cbe #0932be #09be96

Monochromatic Colors of #098cbe

#098cbe

Complementary Color

#098cbe #be3b09

#098cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#098cbe Color CSS Codes

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

#098cbe Text Font Color

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

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


#098cbe Background Color

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

This div background color is #098cbe


#098cbe Border Color

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

This div border color is #098cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098cbe


Comments

No comments written yet.

Please login to write comment.