Color Hex Logo

#098ebd Color Hex

#098EBD
(9,142,189)
0 Favorites   0 Comments

Color spaces of #098ebd

RGB 9142189
HSL0.540.910.39
HSV196°95°74°
CMYK 0.950.250.00   0.26
XYZ18.971023.078251.5988
Yxy23.07820.20260.2464
Hunter Lab48.0398-13.5796-30.0547
CIE-Lab55.1528-14.4883-33.2504

#098ebd color RGB value is (9,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001110 10111101
Octal 11 216 275
Decimal 9 142 189
Hex 9 8E BD

RGB Percentages of Color #098ebd

%2.65
%41.76
%55.59

CMYK Percentages of Color #098ebd

%95
%25
%0
%26

Triadic Colors of #098ebd

#098ebd #bd098e #8ebd09

Analogous Colors of #098ebd

#098ebd #0934bd #09bd92

Monochromatic Colors of #098ebd

#098ebd

Complementary Color

#098ebd #bd3809

#098ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#098ebd Color CSS Codes

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

#098ebd Text Font Color

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

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


#098ebd Background Color

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

This div background color is #098ebd


#098ebd Border Color

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

This div border color is #098ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,142,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 #098ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098ebd


Comments

No comments written yet.

Please login to write comment.