Color Hex Logo

#185ebd Color Hex

#185EBD
(24,94,189)
0 Favorites   0 Comments

Color spaces of #185ebd

RGB 2494189
HSL0.600.770.42
HSV215°87°74°
CMYK 0.870.500.00   0.26
XYZ13.564711.873749.7210
Yxy11.87370.18050.1580
Hunter Lab34.45829.9657-61.4309
CIE-Lab41.014715.5398-55.7115

#185ebd color RGB value is (24,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011110 10111101
Octal 30 136 275
Decimal 24 94 189
Hex 18 5E BD

RGB Percentages of Color #185ebd

%7.82
%30.62
%61.56

CMYK Percentages of Color #185ebd

%87
%50
%0
%26

Triadic Colors of #185ebd

#185ebd #bd185e #5ebd18

Analogous Colors of #185ebd

#185ebd #2418bd #18b1bd

Monochromatic Colors of #185ebd

#185ebd

Complementary Color

#185ebd #bd7718

#185ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#185ebd Color CSS Codes

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

#185ebd Text Font Color

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

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


#185ebd Background Color

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

This div background color is #185ebd


#185ebd Border Color

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

This div border color is #185ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,94,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 #185ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185ebd


Comments

No comments written yet.

Please login to write comment.