Color Hex Logo

#1800ab Color Hex

#1800AB
(24,0,171)
0 Favorites   0 Comments

Color spaces of #1800ab

RGB 240171
HSL0.691.000.34
HSV248°100°67°
CMYK 0.861.000.00   0.33
XYZ7.72743.134538.7258
Yxy3.13450.15580.0632
Hunter Lab17.704546.9261-117.2942
CIE-Lab20.574758.9554-78.6424

#1800ab color RGB value is (24,0,171).

#1800ab hex color red value is 24, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1800ab hue: 0.69 , saturation: 1.00 and the lightness value of 1800ab is 0.34.

The process color (four color CMYK) of #1800ab color hex is 0.86, 1.00, 0.00, 0.33. Web safe color of #1800ab is #000099. Color #1800ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000000 10101011
Octal 30 0 253
Decimal 24 0 171
Hex 18 0 AB

RGB Percentages of Color #1800ab

%12.31
%0.00
%87.69

CMYK Percentages of Color #1800ab

%86
%100
%0
%33

Triadic Colors of #1800ab

#1800ab #ab1800 #00ab18

Analogous Colors of #1800ab

#1800ab #6e00ab #003eab

Monochromatic Colors of #1800ab

#1800ab

Complementary Color

#1800ab #93ab00

#1800ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1800ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1800ab Color CSS Codes

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

#1800ab Text Font Color

<p style="color:#1800ab">Text here</p>

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


#1800ab Background Color

<div style="background-color:#1800ab">
Div content here</div>

This div background color is #1800ab


#1800ab Border Color

<div style="border:3px solid #1800ab">
Div here</div>

This div border color is #1800ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,0,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 #1800ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1800ab


Comments

No comments written yet.

Please login to write comment.