Color Hex Logo

#180fef Color Hex

#180FEF
(24,15,239)
0 Favorites   0 Comments

Color spaces of #180fef

RGB 2415239
HSL0.670.880.50
HSV242°94°94°
CMYK 0.900.940.00   0.06
XYZ16.12756.767882.1177
Yxy6.76780.15360.0644
Hunter Lab26.015065.1314-168.9415
CIE-Lab31.272373.0485-100.5452

#180fef color RGB value is (24,15,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001111 11101111
Octal 30 17 357
Decimal 24 15 239
Hex 18 F EF

RGB Percentages of Color #180fef

%8.63
%5.40
%85.97

CMYK Percentages of Color #180fef

%90
%94
%0
%6

Triadic Colors of #180fef

#180fef #ef180f #0fef18

Analogous Colors of #180fef

#180fef #880fef #0f76ef

Monochromatic Colors of #180fef

#180fef

Complementary Color

#180fef #e6ef0f

#180fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#180fef Color CSS Codes

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

#180fef Text Font Color

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

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


#180fef Background Color

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

This div background color is #180fef


#180fef Border Color

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

This div border color is #180fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180fef


Comments

No comments written yet.

Please login to write comment.