Color Hex Logo

#180ddc Color Hex

#180DDC
(24,13,220)
0 Favorites   0 Comments

Color spaces of #180ddc

RGB 2413220
HSL0.680.890.46
HSV243°94°86°
CMYK 0.890.940.00   0.14
XYZ13.43895.649368.0923
Yxy5.64930.15420.0648
Hunter Lab23.768359.3319-153.2187
CIE-Lab28.509968.6296-94.2903

#180ddc color RGB value is (24,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001101 11011100
Octal 30 15 334
Decimal 24 13 220
Hex 18 D DC

RGB Percentages of Color #180ddc

%9.34
%5.06
%85.60

CMYK Percentages of Color #180ddc

%89
%94
%0
%14

Triadic Colors of #180ddc

#180ddc #dc180d #0ddc18

Analogous Colors of #180ddc

#180ddc #800ddc #0d6adc

Monochromatic Colors of #180ddc

#180ddc

Complementary Color

#180ddc #d1dc0d

#180ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#180ddc Color CSS Codes

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

#180ddc Text Font Color

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

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


#180ddc Background Color

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

This div background color is #180ddc


#180ddc Border Color

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

This div border color is #180ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180ddc


Comments

No comments written yet.

Please login to write comment.