Color Hex Logo

#185abf Color Hex

#185ABF
(24,90,191)
0 Favorites   0 Comments

Color spaces of #185abf

RGB 2490191
HSL0.600.780.42
HSV216°87°75°
CMYK 0.870.530.00   0.25
XYZ13.436811.268150.7570
Yxy11.26810.17810.1493
Hunter Lab33.568012.7071-66.1528
CIE-Lab40.028418.9671-58.4744

#185abf color RGB value is (24,90,191).

#185abf hex color red value is 24, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #185abf hue: 0.60 , saturation: 0.78 and the lightness value of 185abf is 0.42.

The process color (four color CMYK) of #185abf color hex is 0.87, 0.53, 0.00, 0.25. Web safe color of #185abf is #0066cc. Color #185abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011010 10111111
Octal 30 132 277
Decimal 24 90 191
Hex 18 5A BF

RGB Percentages of Color #185abf

%7.87
%29.51
%62.62

CMYK Percentages of Color #185abf

%87
%53
%0
%25

Triadic Colors of #185abf

#185abf #bf185a #5abf18

Analogous Colors of #185abf

#185abf #2a18bf #18aebf

Monochromatic Colors of #185abf

#185abf

Complementary Color

#185abf #bf7d18

#185abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#185abf Color CSS Codes

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

#185abf Text Font Color

<p style="color:#185abf">Text here</p>

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


#185abf Background Color

<div style="background-color:#185abf">
Div content here</div>

This div background color is #185abf


#185abf Border Color

<div style="border:3px solid #185abf">
Div here</div>

This div border color is #185abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,90,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185abf;
  -webkit-box-shadow: 1px 1px 3px 2px #185abf;
  box-shadow:         1px 1px 3px 2px #185abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185abf


Comments

No comments written yet.

Please login to write comment.