Color Hex Logo

#185cbd Color Hex

#185CBD
(24,92,189)
0 Favorites   0 Comments

Color spaces of #185cbd

RGB 2492189
HSL0.600.770.42
HSV215°87°74°
CMYK 0.870.510.00   0.26
XYZ13.389111.522649.6625
Yxy11.52260.17950.1545
Hunter Lab33.945011.0031-62.9816
CIE-Lab40.447116.8539-56.6297

#185cbd color RGB value is (24,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011100 10111101
Octal 30 134 275
Decimal 24 92 189
Hex 18 5C BD

RGB Percentages of Color #185cbd

%7.87
%30.16
%61.97

CMYK Percentages of Color #185cbd

%87
%51
%0
%26

Triadic Colors of #185cbd

#185cbd #bd185c #5cbd18

Analogous Colors of #185cbd

#185cbd #2718bd #18afbd

Monochromatic Colors of #185cbd

#185cbd

Complementary Color

#185cbd #bd7918

#185cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#185cbd Color CSS Codes

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

#185cbd Text Font Color

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

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


#185cbd Background Color

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

This div background color is #185cbd


#185cbd Border Color

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

This div border color is #185cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185cbd


Comments

No comments written yet.

Please login to write comment.