Color Hex Logo

#180aeb Color Hex

#180AEB
(24,10,235)
0 Favorites   0 Comments

Color spaces of #180aeb

RGB 2410235
HSL0.680.920.48
HSV244°96°92°
CMYK 0.900.960.00   0.08
XYZ15.48066.409479.0185
Yxy6.40940.15340.0635
Hunter Lab25.316864.8440-167.3336
CIE-Lab30.422772.9590-99.6904

#180aeb color RGB value is (24,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 11101011
Octal 30 12 353
Decimal 24 10 235
Hex 18 A EB

RGB Percentages of Color #180aeb

%8.92
%3.72
%87.36

CMYK Percentages of Color #180aeb

%90
%96
%0
%8

Triadic Colors of #180aeb

#180aeb #eb180a #0aeb18

Analogous Colors of #180aeb

#180aeb #890aeb #0a6deb

Monochromatic Colors of #180aeb

#180aeb

Complementary Color

#180aeb #ddeb0a

#180aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#180aeb Color CSS Codes

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

#180aeb Text Font Color

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

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


#180aeb Background Color

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

This div background color is #180aeb


#180aeb Border Color

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

This div border color is #180aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180aeb


Comments

No comments written yet.

Please login to write comment.