Color Hex Logo

#098abd Color Hex

#098ABD
(9,138,189)
0 Favorites   0 Comments

Color spaces of #098abd

RGB 9138189
HSL0.550.910.39
HSV197°95°74°
CMYK 0.950.270.00   0.26
XYZ18.386421.909251.4039
Yxy21.90920.20050.2389
Hunter Lab46.8073-11.7960-32.3474
CIE-Lab53.9305-12.2528-35.1612

#098abd color RGB value is (9,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001010 10111101
Octal 11 212 275
Decimal 9 138 189
Hex 9 8A BD

RGB Percentages of Color #098abd

%2.68
%41.07
%56.25

CMYK Percentages of Color #098abd

%95
%27
%0
%26

Triadic Colors of #098abd

#098abd #bd098a #8abd09

Analogous Colors of #098abd

#098abd #0930bd #09bd96

Monochromatic Colors of #098abd

#098abd

Complementary Color

#098abd #bd3c09

#098abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#098abd Color CSS Codes

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

#098abd Text Font Color

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

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


#098abd Background Color

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

This div background color is #098abd


#098abd Border Color

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

This div border color is #098abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098abd


Comments

No comments written yet.

Please login to write comment.