Color Hex Logo

#098ecc Color Hex

#098ECC
(9,142,204)
0 Favorites   0 Comments

Color spaces of #098ecc

RGB 9142204
HSL0.550.920.42
HSV199°96°80°
CMYK 0.960.300.00   0.20
XYZ20.684723.763760.6234
Yxy23.76370.19690.2262
Hunter Lab48.7480-9.5682-39.6099
CIE-Lab55.8504-8.9492-40.6544

#098ecc color RGB value is (9,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001110 11001100
Octal 11 216 314
Decimal 9 142 204
Hex 9 8E CC

RGB Percentages of Color #098ecc

%2.54
%40.00
%57.46

CMYK Percentages of Color #098ecc

%96
%30
%0
%20

Triadic Colors of #098ecc

#098ecc #cc098e #8ecc09

Analogous Colors of #098ecc

#098ecc #092ccc #09cca9

Monochromatic Colors of #098ecc

#098ecc

Complementary Color

#098ecc #cc4709

#098ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#098ecc Color CSS Codes

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

#098ecc Text Font Color

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

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


#098ecc Background Color

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

This div background color is #098ecc


#098ecc Border Color

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

This div border color is #098ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098ecc


Comments

No comments written yet.

Please login to write comment.