Color Hex Logo

#0189ae Color Hex

#0189AE
(1,137,174)
0 Favorites   0 Comments

Color spaces of #0189ae

RGB 1137174
HSL0.540.990.34
HSV193°99°68°
CMYK 0.990.210.00   0.32
XYZ16.598220.953843.2141
Yxy20.95380.20550.2594
Hunter Lab45.7753-15.3824-23.9299
CIE-Lab52.8989-17.5022-28.1866

#0189ae color RGB value is (1,137,174).

#0189ae hex color red value is 1, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0189ae hue: 0.54 , saturation: 0.99 and the lightness value of 0189ae is 0.34.

The process color (four color CMYK) of #0189ae color hex is 0.99, 0.21, 0.00, 0.32. Web safe color of #0189ae is #009999. Color #0189ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001001 10101110
Octal 1 211 256
Decimal 1 137 174
Hex 1 89 AE

RGB Percentages of Color #0189ae

%0.32
%43.91
%55.77

CMYK Percentages of Color #0189ae

%99
%21
%0
%32

Triadic Colors of #0189ae

#0189ae #ae0189 #89ae01

Analogous Colors of #0189ae

#0189ae #0133ae #01ae7d

Monochromatic Colors of #0189ae

#0189ae

Complementary Color

#0189ae #ae2601

#0189ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0189ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0189ae Color CSS Codes

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

#0189ae Text Font Color

<p style="color:#0189ae">Text here</p>

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


#0189ae Background Color

<div style="background-color:#0189ae">
Div content here</div>

This div background color is #0189ae


#0189ae Border Color

<div style="border:3px solid #0189ae">
Div here</div>

This div border color is #0189ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,137,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0189ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0189ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0189ae;
  box-shadow:         1px 1px 3px 2px #0189ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,137,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0189ae


Comments

No comments written yet.

Please login to write comment.