Color Hex Logo

#180acd Color Hex

#180ACD
(24,10,205)
0 Favorites   0 Comments

Color spaces of #180acd

RGB 2410205
HSL0.680.910.42
HSV244°95°80°
CMYK 0.880.950.00   0.20
XYZ11.50474.819158.0814
Yxy4.81910.15460.0648
Hunter Lab21.952455.1304-141.5017
CIE-Lab26.213065.3804-89.4207

#180acd color RGB value is (24,10,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 11001101
Octal 30 12 315
Decimal 24 10 205
Hex 18 A CD

RGB Percentages of Color #180acd

%10.04
%4.18
%85.77

CMYK Percentages of Color #180acd

%88
%95
%0
%20

Triadic Colors of #180acd

#180acd #cd180a #0acd18

Analogous Colors of #180acd

#180acd #7a0acd #0a5dcd

Monochromatic Colors of #180acd

#180acd

Complementary Color

#180acd #bfcd0a

#180acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#180acd Color CSS Codes

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

#180acd Text Font Color

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

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


#180acd Background Color

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

This div background color is #180acd


#180acd Border Color

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

This div border color is #180acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180acd


Comments

No comments written yet.

Please login to write comment.