Color Hex Logo

#089add Color Hex

#089ADD
(8,154,221)
0 Favorites   0 Comments

Color spaces of #089add

RGB 8154221
HSL0.550.930.45
HSV199°96°87°
CMYK 0.960.300.00   0.13
XYZ24.706928.383372.5829
Yxy28.38330.19660.2259
Hunter Lab53.2760-10.4530-43.4832
CIE-Lab60.2335-9.4902-43.2745

#089add color RGB value is (8,154,221).

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

The process color (four color CMYK) of #089add color hex is 0.96, 0.30, 0.00, 0.13. Web safe color of #089add is #0099cc. Color #089add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011010 11011101
Octal 10 232 335
Decimal 8 154 221
Hex 8 9A DD

RGB Percentages of Color #089add

%2.09
%40.21
%57.70

CMYK Percentages of Color #089add

%96
%30
%0
%13

Triadic Colors of #089add

#089add #dd089a #9add08

Analogous Colors of #089add

#089add #0830dd #08ddb6

Monochromatic Colors of #089add

#089add

Complementary Color

#089add #dd4b08

#089add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089add Color Preview on White Background

Lorem ipsum dolor sit amet.

#089add Color CSS Codes

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

#089add Text Font Color

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

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


#089add Background Color

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

This div background color is #089add


#089add Border Color

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

This div border color is #089add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089add


Comments

No comments written yet.

Please login to write comment.