Color Hex Logo

#180aee Color Hex

#180AEE
(24,10,238)
0 Favorites   0 Comments

Color spaces of #180aee

RGB 2410238
HSL0.680.920.49
HSV244°96°93°
CMYK 0.900.960.00   0.07
XYZ15.91786.584381.3209
Yxy6.58430.15330.0634
Hunter Lab25.659965.8255-169.9390
CIE-Lab30.841273.7019-100.6979

#180aee color RGB value is (24,10,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 11101110
Octal 30 12 356
Decimal 24 10 238
Hex 18 A EE

RGB Percentages of Color #180aee

%8.82
%3.68
%87.50

CMYK Percentages of Color #180aee

%90
%96
%0
%7

Triadic Colors of #180aee

#180aee #ee180a #0aee18

Analogous Colors of #180aee

#180aee #8a0aee #0a6eee

Monochromatic Colors of #180aee

#180aee

Complementary Color

#180aee #e0ee0a

#180aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#180aee Color CSS Codes

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

#180aee Text Font Color

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

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


#180aee Background Color

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

This div background color is #180aee


#180aee Border Color

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

This div border color is #180aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180aee


Comments

No comments written yet.

Please login to write comment.