Color Hex Logo

#180aab Color Hex

#180AAB
(24,10,171)
0 Favorites   0 Comments

Color spaces of #180aab

RGB 2410171
HSL0.680.890.35
HSV245°94°67°
CMYK 0.860.940.00   0.33
XYZ7.83593.351538.7620
Yxy3.35150.15690.0671
Hunter Lab18.307144.3651-112.7210
CIE-Lab21.400056.4073-77.2637

#180aab color RGB value is (24,10,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 10101011
Octal 30 12 253
Decimal 24 10 171
Hex 18 A AB

RGB Percentages of Color #180aab

%11.71
%4.88
%83.41

CMYK Percentages of Color #180aab

%86
%94
%0
%33

Triadic Colors of #180aab

#180aab #ab180a #0aab18

Analogous Colors of #180aab

#180aab #690aab #0a4cab

Monochromatic Colors of #180aab

#180aab

Complementary Color

#180aab #9dab0a

#180aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#180aab Color CSS Codes

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

#180aab Text Font Color

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

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


#180aab Background Color

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

This div background color is #180aab


#180aab Border Color

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

This div border color is #180aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180aab


Comments

No comments written yet.

Please login to write comment.