Color Hex Logo

#180abd Color Hex

#180ABD
(24,10,189)
0 Favorites   0 Comments

Color spaces of #180abd

RGB 2410189
HSL0.680.900.39
HSV245°95°74°
CMYK 0.870.950.00   0.26
XYZ9.67054.085448.4230
Yxy4.08540.15550.0657
Hunter Lab20.212450.0307-127.8930
CIE-Lab23.951861.2152-83.7783

#180abd color RGB value is (24,10,189).

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

The process color (four color CMYK) of #180abd color hex is 0.87, 0.95, 0.00, 0.26. Web safe color of #180abd is #0000cc. Color #180abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 10111101
Octal 30 12 275
Decimal 24 10 189
Hex 18 A BD

RGB Percentages of Color #180abd

%10.76
%4.48
%84.75

CMYK Percentages of Color #180abd

%87
%95
%0
%26

Triadic Colors of #180abd

#180abd #bd180a #0abd18

Analogous Colors of #180abd

#180abd #720abd #0a55bd

Monochromatic Colors of #180abd

#180abd

Complementary Color

#180abd #afbd0a

#180abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#180abd Color CSS Codes

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

#180abd Text Font Color

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

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


#180abd Background Color

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

This div background color is #180abd


#180abd Border Color

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

This div border color is #180abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180abd


Comments

No comments written yet.

Please login to write comment.