Color Hex Logo

#185faf Color Hex

#185FAF
(24,95,175)
0 Favorites   0 Comments

Color spaces of #185faf

RGB 2495175
HSL0.590.760.39
HSV212°86°69°
CMYK 0.860.460.00   0.31
XYZ12.206811.473842.1287
Yxy11.47380.18550.1743
Hunter Lab33.87305.0482-50.0294
CIE-Lab40.36739.3031-48.5519

#185faf color RGB value is (24,95,175).

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

The process color (four color CMYK) of #185faf color hex is 0.86, 0.46, 0.00, 0.31. Web safe color of #185faf is #006699. Color #185faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011111 10101111
Octal 30 137 257
Decimal 24 95 175
Hex 18 5F AF

RGB Percentages of Color #185faf

%8.16
%32.31
%59.52

CMYK Percentages of Color #185faf

%86
%46
%0
%31

Triadic Colors of #185faf

#185faf #af185f #5faf18

Analogous Colors of #185faf

#185faf #1c18af #18abaf

Monochromatic Colors of #185faf

#185faf

Complementary Color

#185faf #af6818

#185faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#185faf Color CSS Codes

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

#185faf Text Font Color

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

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


#185faf Background Color

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

This div background color is #185faf


#185faf Border Color

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

This div border color is #185faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185faf


Comments

No comments written yet.

Please login to write comment.