Color Hex Logo

#185fab Color Hex

#185FAB
(24,95,171)
0 Favorites   0 Comments

Color spaces of #185fab

RGB 2495171
HSL0.590.750.38
HSV211°86°67°
CMYK 0.860.440.00   0.33
XYZ11.819611.318940.0899
Yxy11.31890.18690.1790
Hunter Lab33.64363.8340-47.0998
CIE-Lab40.11257.7054-46.6013

#185fab color RGB value is (24,95,171).

#185fab hex color red value is 24, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #185fab hue: 0.59 , saturation: 0.75 and the lightness value of 185fab is 0.38.

The process color (four color CMYK) of #185fab color hex is 0.86, 0.44, 0.00, 0.33. Web safe color of #185fab is #006699. Color #185fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011111 10101011
Octal 30 137 253
Decimal 24 95 171
Hex 18 5F AB

RGB Percentages of Color #185fab

%8.28
%32.76
%58.97

CMYK Percentages of Color #185fab

%86
%44
%0
%33

Triadic Colors of #185fab

#185fab #ab185f #5fab18

Analogous Colors of #185fab

#185fab #1a18ab #18a9ab

Monochromatic Colors of #185fab

#185fab

Complementary Color

#185fab #ab6418

#185fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#185fab Color CSS Codes

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

#185fab Text Font Color

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

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


#185fab Background Color

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

This div background color is #185fab


#185fab Border Color

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

This div border color is #185fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185fab


Comments

No comments written yet.

Please login to write comment.