Color Hex Logo

#185fbd Color Hex

#185FBD
(24,95,189)
0 Favorites   0 Comments

Color spaces of #185fbd

RGB 2495189
HSL0.590.770.42
HSV214°87°74°
CMYK 0.870.500.00   0.26
XYZ13.654212.052749.7509
Yxy12.05270.18100.1597
Hunter Lab34.71709.4493-60.6631
CIE-Lab41.299814.8844-55.2509

#185fbd color RGB value is (24,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011111 10111101
Octal 30 137 275
Decimal 24 95 189
Hex 18 5F BD

RGB Percentages of Color #185fbd

%7.79
%30.84
%61.36

CMYK Percentages of Color #185fbd

%87
%50
%0
%26

Triadic Colors of #185fbd

#185fbd #bd185f #5fbd18

Analogous Colors of #185fbd

#185fbd #2418bd #18b2bd

Monochromatic Colors of #185fbd

#185fbd

Complementary Color

#185fbd #bd7618

#185fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#185fbd Color CSS Codes

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

#185fbd Text Font Color

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

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


#185fbd Background Color

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

This div background color is #185fbd


#185fbd Border Color

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

This div border color is #185fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185fbd


Comments

No comments written yet.

Please login to write comment.