Color Hex Logo

#185fad Color Hex

#185FAD
(24,95,173)
0 Favorites   0 Comments

Color spaces of #185fad

RGB 2495173
HSL0.590.760.39
HSV211°86°68°
CMYK 0.860.450.00   0.32
XYZ12.011711.395741.1017
Yxy11.39570.18620.1767
Hunter Lab33.75754.4387-48.5587
CIE-Lab40.23918.5044-47.5789

#185fad color RGB value is (24,95,173).

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

The process color (four color CMYK) of #185fad color hex is 0.86, 0.45, 0.00, 0.32. Web safe color of #185fad is #006699. Color #185fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011111 10101101
Octal 30 137 255
Decimal 24 95 173
Hex 18 5F AD

RGB Percentages of Color #185fad

%8.22
%32.53
%59.25

CMYK Percentages of Color #185fad

%86
%45
%0
%32

Triadic Colors of #185fad

#185fad #ad185f #5fad18

Analogous Colors of #185fad

#185fad #1b18ad #18aaad

Monochromatic Colors of #185fad

#185fad

Complementary Color

#185fad #ad6618

#185fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#185fad Color CSS Codes

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

#185fad Text Font Color

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

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


#185fad Background Color

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

This div background color is #185fad


#185fad Border Color

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

This div border color is #185fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185fad

#185fad Color Palettes


Comments

No comments written yet.

Please login to write comment.