Color Hex Logo

#0899ec Color Hex

#0899EC
(8,153,236)
0 Favorites   0 Comments

Color spaces of #0899ec

RGB 8153236
HSL0.560.930.48
HSV202°97°93°
CMYK 0.970.350.00   0.07
XYZ26.631728.890283.5296
Yxy28.89020.19150.2078
Hunter Lab53.7496-5.6191-54.5149
CIE-Lab60.6846-3.3545-50.8719

#0899ec color RGB value is (8,153,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011001 11101100
Octal 10 231 354
Decimal 8 153 236
Hex 8 99 EC

RGB Percentages of Color #0899ec

%2.02
%38.54
%59.45

CMYK Percentages of Color #0899ec

%97
%35
%0
%7

Triadic Colors of #0899ec

#0899ec #ec0899 #99ec08

Analogous Colors of #0899ec

#0899ec #0827ec #08eccd

Monochromatic Colors of #0899ec

#0899ec

Complementary Color

#0899ec #ec5b08

#0899ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0899ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0899ec Color CSS Codes

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

#0899ec Text Font Color

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

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


#0899ec Background Color

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

This div background color is #0899ec


#0899ec Border Color

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

This div border color is #0899ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,153,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 #0899ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0899ec


Comments

No comments written yet.

Please login to write comment.