Color Hex Logo

#0090ba Color Hex

#0090BA
(0,144,186)
0 Favorites   0 Comments

Color spaces of #0090ba

RGB 0144186
HSL0.541.000.36
HSV194°100°73°
CMYK 1.000.230.00   0.27
XYZ18.836223.491749.9960
Yxy23.49170.20400.2544
Hunter Lab48.4682-15.4490-27.2311
CIE-Lab55.5752-17.0029-30.8906

#0090ba color RGB value is (0,144,186).

#0090ba hex color red value is 0, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0090ba hue: 0.54 , saturation: 1.00 and the lightness value of 0090ba is 0.36.

The process color (four color CMYK) of #0090ba color hex is 1.00, 0.23, 0.00, 0.27. Web safe color of #0090ba is #0099cc. Color #0090ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010000 10111010
Octal 0 220 272
Decimal 0 144 186
Hex 0 90 BA

RGB Percentages of Color #0090ba

%0.00
%43.64
%56.36

CMYK Percentages of Color #0090ba

%100
%23
%0
%27

Triadic Colors of #0090ba

#0090ba #ba0090 #90ba00

Analogous Colors of #0090ba

#0090ba #0033ba #00ba87

Monochromatic Colors of #0090ba

#0090ba

Complementary Color

#0090ba #ba2a00

#0090ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0090ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0090ba Color CSS Codes

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

#0090ba Text Font Color

<p style="color:#0090ba">Text here</p>

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


#0090ba Background Color

<div style="background-color:#0090ba">
Div content here</div>

This div background color is #0090ba


#0090ba Border Color

<div style="border:3px solid #0090ba">
Div here</div>

This div border color is #0090ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,144,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0090ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0090ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0090ba;
  box-shadow:         1px 1px 3px 2px #0090ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,144,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0090ba

#0090ba Color Palettes


Comments

No comments written yet.

Please login to write comment.