Color Hex Logo

#089eea Color Hex

#089EEA
(8,158,234)
0 Favorites   0 Comments

Color spaces of #089eea

RGB 8158234
HSL0.560.930.47
HSV200°97°92°
CMYK 0.970.320.00   0.08
XYZ27.178330.445982.2861
Yxy30.44590.19430.2176
Hunter Lab55.1778-8.6395-49.7941
CIE-Lab62.0371-6.9608-47.6269

#089eea color RGB value is (8,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011110 11101010
Octal 10 236 352
Decimal 8 158 234
Hex 8 9E EA

RGB Percentages of Color #089eea

%2.00
%39.50
%58.50

CMYK Percentages of Color #089eea

%97
%32
%0
%8

Triadic Colors of #089eea

#089eea #ea089e #9eea08

Analogous Colors of #089eea

#089eea #082dea #08eac5

Monochromatic Colors of #089eea

#089eea

Complementary Color

#089eea #ea5408

#089eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#089eea Color CSS Codes

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

#089eea Text Font Color

<p style="color:#089eea">Text here</p>

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


#089eea Background Color

<div style="background-color:#089eea">
Div content here</div>

This div background color is #089eea


#089eea Border Color

<div style="border:3px solid #089eea">
Div here</div>

This div border color is #089eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089eea


Comments

No comments written yet.

Please login to write comment.