Color Hex Logo

#180cdd Color Hex

#180CDD
(24,12,221)
0 Favorites   0 Comments

Color spaces of #180cdd

RGB 2412221
HSL0.680.900.46
HSV243°95°87°
CMYK 0.890.950.00   0.13
XYZ13.55935.677668.7878
Yxy5.67760.15400.0645
Hunter Lab23.827759.8780-154.4838
CIE-Lab28.584169.0854-94.7427

#180cdd color RGB value is (24,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001100 11011101
Octal 30 14 335
Decimal 24 12 221
Hex 18 C DD

RGB Percentages of Color #180cdd

%9.34
%4.67
%85.99

CMYK Percentages of Color #180cdd

%89
%95
%0
%13

Triadic Colors of #180cdd

#180cdd #dd180c #0cdd18

Analogous Colors of #180cdd

#180cdd #810cdd #0c69dd

Monochromatic Colors of #180cdd

#180cdd

Complementary Color

#180cdd #d1dd0c

#180cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#180cdd Color CSS Codes

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

#180cdd Text Font Color

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

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


#180cdd Background Color

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

This div background color is #180cdd


#180cdd Border Color

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

This div border color is #180cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180cdd


Comments

No comments written yet.

Please login to write comment.