Color Hex Logo

#089ba4 Color Hex

#089BA4
(8,155,164)
0 Favorites   0 Comments

Color spaces of #089ba4

RGB 8155164
HSL0.510.910.34
HSV183°95°64°
CMYK 0.950.050.00   0.36
XYZ18.522326.174639.1979
Yxy26.17460.22080.3120
Hunter Lab51.1611-24.9081-9.6132
CIE-Lab58.2024-29.9554-14.3406

#089ba4 color RGB value is (8,155,164).

#089ba4 hex color red value is 8, green value is 155 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #089ba4 hue: 0.51 , saturation: 0.91 and the lightness value of 089ba4 is 0.34.

The process color (four color CMYK) of #089ba4 color hex is 0.95, 0.05, 0.00, 0.36. Web safe color of #089ba4 is #009999. Color #089ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011011 10100100
Octal 10 233 244
Decimal 8 155 164
Hex 8 9B A4

RGB Percentages of Color #089ba4

%2.45
%47.40
%50.15

CMYK Percentages of Color #089ba4

%95
%5
%0
%36

Triadic Colors of #089ba4

#089ba4 #a4089b #9ba408

Analogous Colors of #089ba4

#089ba4 #084da4 #08a45f

Monochromatic Colors of #089ba4

#089ba4

Complementary Color

#089ba4 #a41108

#089ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089ba4 Color CSS Codes

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

#089ba4 Text Font Color

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

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


#089ba4 Background Color

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

This div background color is #089ba4


#089ba4 Border Color

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

This div border color is #089ba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089ba4


Comments

No comments written yet.

Please login to write comment.