Color Hex Logo

#180edc Color Hex

#180EDC
(24,14,220)
0 Favorites   0 Comments

Color spaces of #180edc

RGB 2414220
HSL0.670.880.46
HSV243°94°86°
CMYK 0.890.940.00   0.14
XYZ13.45205.675668.0966
Yxy5.67560.15420.0651
Hunter Lab23.823559.0992-152.7967
CIE-Lab28.578868.4170-94.1750

#180edc color RGB value is (24,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001110 11011100
Octal 30 16 334
Decimal 24 14 220
Hex 18 E DC

RGB Percentages of Color #180edc

%9.30
%5.43
%85.27

CMYK Percentages of Color #180edc

%89
%94
%0
%14

Triadic Colors of #180edc

#180edc #dc180e #0edc18

Analogous Colors of #180edc

#180edc #7f0edc #0e6bdc

Monochromatic Colors of #180edc

#180edc

Complementary Color

#180edc #d2dc0e

#180edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#180edc Color CSS Codes

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

#180edc Text Font Color

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

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


#180edc Background Color

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

This div background color is #180edc


#180edc Border Color

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

This div border color is #180edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180edc


Comments

No comments written yet.

Please login to write comment.