Color Hex Logo

#180aad Color Hex

#180AAD
(24,10,173)
0 Favorites   0 Comments

Color spaces of #180aad

RGB 2410173
HSL0.680.890.36
HSV245°94°68°
CMYK 0.860.940.00   0.32
XYZ8.02813.428439.7738
Yxy3.42840.15670.0669
Hunter Lab18.515944.9907-114.3988
CIE-Lab21.683856.9485-77.9970

#180aad color RGB value is (24,10,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 10101101
Octal 30 12 255
Decimal 24 10 173
Hex 18 A AD

RGB Percentages of Color #180aad

%11.59
%4.83
%83.57

CMYK Percentages of Color #180aad

%86
%94
%0
%32

Triadic Colors of #180aad

#180aad #ad180a #0aad18

Analogous Colors of #180aad

#180aad #6a0aad #0a4dad

Monochromatic Colors of #180aad

#180aad

Complementary Color

#180aad #9fad0a

#180aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#180aad Color CSS Codes

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

#180aad Text Font Color

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

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


#180aad Background Color

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

This div background color is #180aad


#180aad Border Color

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

This div border color is #180aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180aad


Comments

No comments written yet.

Please login to write comment.