Color Hex Logo

#180baa Color Hex

#180BAA
(24,11,170)
0 Favorites   0 Comments

Color spaces of #180baa

RGB 2411170
HSL0.680.880.35
HSV245°94°67°
CMYK 0.860.940.00   0.33
XYZ7.75213.335838.2655
Yxy3.33580.15710.0676
Hunter Lab18.264243.8008-111.4343
CIE-Lab21.341555.8809-76.7568

#180baa color RGB value is (24,11,170).

#180baa hex color red value is 24, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #180baa hue: 0.68 , saturation: 0.88 and the lightness value of 180baa is 0.35.

The process color (four color CMYK) of #180baa color hex is 0.86, 0.94, 0.00, 0.33. Web safe color of #180baa is #000099. Color #180baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001011 10101010
Octal 30 13 252
Decimal 24 11 170
Hex 18 B AA

RGB Percentages of Color #180baa

%11.71
%5.37
%82.93

CMYK Percentages of Color #180baa

%86
%94
%0
%33

Triadic Colors of #180baa

#180baa #aa180b #0baa18

Analogous Colors of #180baa

#180baa #680baa #0b4daa

Monochromatic Colors of #180baa

#180baa

Complementary Color

#180baa #9daa0b

#180baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#180baa Color CSS Codes

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

#180baa Text Font Color

<p style="color:#180baa">Text here</p>

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


#180baa Background Color

<div style="background-color:#180baa">
Div content here</div>

This div background color is #180baa


#180baa Border Color

<div style="border:3px solid #180baa">
Div here</div>

This div border color is #180baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,11,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #180baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #180baa;
  -webkit-box-shadow: 1px 1px 3px 2px #180baa;
  box-shadow:         1px 1px 3px 2px #180baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,11,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180baa


Comments

No comments written yet.

Please login to write comment.