Color Hex Logo

#089aec Color Hex

#089AEC
(8,154,236)
0 Favorites   0 Comments

Color spaces of #089aec

RGB 8154236
HSL0.560.930.48
HSV202°97°93°
CMYK 0.970.350.00   0.07
XYZ26.796129.219083.5844
Yxy29.21900.19190.2093
Hunter Lab54.0546-6.1090-53.8417
CIE-Lab60.9744-3.9319-50.4122

#089aec color RGB value is (8,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011010 11101100
Octal 10 232 354
Decimal 8 154 236
Hex 8 9A EC

RGB Percentages of Color #089aec

%2.01
%38.69
%59.30

CMYK Percentages of Color #089aec

%97
%35
%0
%7

Triadic Colors of #089aec

#089aec #ec089a #9aec08

Analogous Colors of #089aec

#089aec #0828ec #08eccc

Monochromatic Colors of #089aec

#089aec

Complementary Color

#089aec #ec5a08

#089aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#089aec Color CSS Codes

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

#089aec Text Font Color

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

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


#089aec Background Color

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

This div background color is #089aec


#089aec Border Color

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

This div border color is #089aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089aec


Comments

No comments written yet.

Please login to write comment.