Color Hex Logo

#089ddd Color Hex

#089DDD
(8,157,221)
0 Favorites   0 Comments

Color spaces of #089ddd

RGB 8157221
HSL0.550.930.45
HSV198°96°87°
CMYK 0.960.290.00   0.13
XYZ25.208329.386072.7501
Yxy29.38600.19800.2308
Hunter Lab54.2089-11.8591-41.6230
CIE-Lab61.1208-11.1707-41.8786

#089ddd color RGB value is (8,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011101 11011101
Octal 10 235 335
Decimal 8 157 221
Hex 8 9D DD

RGB Percentages of Color #089ddd

%2.07
%40.67
%57.25

CMYK Percentages of Color #089ddd

%96
%29
%0
%13

Triadic Colors of #089ddd

#089ddd #dd089d #9ddd08

Analogous Colors of #089ddd

#089ddd #0832dd #08ddb3

Monochromatic Colors of #089ddd

#089ddd

Complementary Color

#089ddd #dd4808

#089ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#089ddd Color CSS Codes

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

#089ddd Text Font Color

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

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


#089ddd Background Color

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

This div background color is #089ddd


#089ddd Border Color

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

This div border color is #089ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089ddd


Comments

No comments written yet.

Please login to write comment.