Color Hex Logo

#0998ec Color Hex

#0998EC
(9,152,236)
0 Favorites   0 Comments

Color spaces of #0998ec

RGB 9152236
HSL0.560.930.48
HSV202°96°93°
CMYK 0.960.360.00   0.07
XYZ26.481228.570783.4759
Yxy28.57070.19120.2062
Hunter Lab53.4516-5.1070-55.1777
CIE-Lab60.4009-2.7490-51.3218

#0998ec color RGB value is (9,152,236).

#0998ec hex color red value is 9, green value is 152 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0998ec hue: 0.56 , saturation: 0.93 and the lightness value of 0998ec is 0.48.

The process color (four color CMYK) of #0998ec color hex is 0.96, 0.36, 0.00, 0.07. Web safe color of #0998ec is #0099ff. Color #0998ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011000 11101100
Octal 11 230 354
Decimal 9 152 236
Hex 9 98 EC

RGB Percentages of Color #0998ec

%2.27
%38.29
%59.45

CMYK Percentages of Color #0998ec

%96
%36
%0
%7

Triadic Colors of #0998ec

#0998ec #ec0998 #98ec09

Analogous Colors of #0998ec

#0998ec #0927ec #09eccf

Monochromatic Colors of #0998ec

#0998ec

Complementary Color

#0998ec #ec5d09

#0998ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0998ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0998ec Color CSS Codes

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

#0998ec Text Font Color

<p style="color:#0998ec">Text here</p>

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


#0998ec Background Color

<div style="background-color:#0998ec">
Div content here</div>

This div background color is #0998ec


#0998ec Border Color

<div style="border:3px solid #0998ec">
Div here</div>

This div border color is #0998ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,152,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0998ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0998ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0998ec;
  box-shadow:         1px 1px 3px 2px #0998ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0998ec


Comments

No comments written yet.

Please login to write comment.