Color Hex Logo

#180eee Color Hex

#180EEE
(24,14,238)
0 Favorites   0 Comments

Color spaces of #180eee

RGB 2414238
HSL0.670.890.49
HSV243°94°93°
CMYK 0.900.940.00   0.07
XYZ15.96636.681381.3370
Yxy6.68130.15350.0643
Hunter Lab25.848265.0241-168.4751
CIE-Lab31.070172.9949-100.3152

#180eee color RGB value is (24,14,238).

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

The process color (four color CMYK) of #180eee color hex is 0.90, 0.94, 0.00, 0.07. Web safe color of #180eee is #0000ff. Color #180eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001110 11101110
Octal 30 16 356
Decimal 24 14 238
Hex 18 E EE

RGB Percentages of Color #180eee

%8.70
%5.07
%86.23

CMYK Percentages of Color #180eee

%90
%94
%0
%7

Triadic Colors of #180eee

#180eee #ee180e #0eee18

Analogous Colors of #180eee

#180eee #880eee #0e74ee

Monochromatic Colors of #180eee

#180eee

Complementary Color

#180eee #e4ee0e

#180eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#180eee Color CSS Codes

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

#180eee Text Font Color

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

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


#180eee Background Color

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

This div background color is #180eee


#180eee Border Color

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

This div border color is #180eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180eee


Comments

No comments written yet.

Please login to write comment.