Color Hex Logo

#098acb Color Hex

#098ACB
(9,138,203)
0 Favorites   0 Comments

Color spaces of #098acb

RGB 9138203
HSL0.560.920.42
HSV200°96°80°
CMYK 0.960.320.00   0.20
XYZ19.980622.546859.7988
Yxy22.54680.19530.2203
Hunter Lab47.4835-7.9849-41.4290
CIE-Lab54.6024-7.0219-42.0567

#098acb color RGB value is (9,138,203).

#098acb hex color red value is 9, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #098acb hue: 0.56 , saturation: 0.92 and the lightness value of 098acb is 0.42.

The process color (four color CMYK) of #098acb color hex is 0.96, 0.32, 0.00, 0.20. Web safe color of #098acb is #0099cc. Color #098acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001010 11001011
Octal 11 212 313
Decimal 9 138 203
Hex 9 8A CB

RGB Percentages of Color #098acb

%2.57
%39.43
%58.00

CMYK Percentages of Color #098acb

%96
%32
%0
%20

Triadic Colors of #098acb

#098acb #cb098a #8acb09

Analogous Colors of #098acb

#098acb #0929cb #09cbab

Monochromatic Colors of #098acb

#098acb

Complementary Color

#098acb #cb4a09

#098acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098acb Color CSS Codes

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

#098acb Text Font Color

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

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


#098acb Background Color

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

This div background color is #098acb


#098acb Border Color

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

This div border color is #098acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098acb


Comments

No comments written yet.

Please login to write comment.