Color Hex Logo

#0898ea Color Hex

#0898EA
(8,152,234)
0 Favorites   0 Comments

Color spaces of #0898ea

RGB 8152234
HSL0.560.930.47
HSV202°97°92°
CMYK 0.970.350.00   0.08
XYZ26.179728.448681.9532
Yxy28.44860.19170.2083
Hunter Lab53.3372-5.7264-53.7636
CIE-Lab60.2919-3.5233-50.3899

#0898ea color RGB value is (8,152,234).

#0898ea hex color red value is 8, green value is 152 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0898ea hue: 0.56 , saturation: 0.93 and the lightness value of 0898ea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011000 11101010
Octal 10 230 352
Decimal 8 152 234
Hex 8 98 EA

RGB Percentages of Color #0898ea

%2.03
%38.58
%59.39

CMYK Percentages of Color #0898ea

%97
%35
%0
%8

Triadic Colors of #0898ea

#0898ea #ea0898 #98ea08

Analogous Colors of #0898ea

#0898ea #0827ea #08eacb

Monochromatic Colors of #0898ea

#0898ea

Complementary Color

#0898ea #ea5a08

#0898ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0898ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0898ea Color CSS Codes

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

#0898ea Text Font Color

<p style="color:#0898ea">Text here</p>

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


#0898ea Background Color

<div style="background-color:#0898ea">
Div content here</div>

This div background color is #0898ea


#0898ea Border Color

<div style="border:3px solid #0898ea">
Div here</div>

This div border color is #0898ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,152,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0898ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0898ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0898ea;
  box-shadow:         1px 1px 3px 2px #0898ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0898ea


Comments

No comments written yet.

Please login to write comment.