Color Hex Logo

#185373 Color Hex

#185373
(24,83,115)
0 Favorites   0 Comments

Color spaces of #185373

RGB 2483115
HSL0.560.650.27
HSV201°79°45°
CMYK 0.790.280.00   0.55
XYZ6.56457.618517.3442
Yxy7.61850.20820.2416
Hunter Lab27.6016-5.8502-17.9353
CIE-Lab33.1754-6.8194-23.6312

#185373 color RGB value is (24,83,115).

#185373 hex color red value is 24, green value is 83 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #185373 hue: 0.56 , saturation: 0.65 and the lightness value of 185373 is 0.27.

The process color (four color CMYK) of #185373 color hex is 0.79, 0.28, 0.00, 0.55. Web safe color of #185373 is #006666. Color #185373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010011 01110011
Octal 30 123 163
Decimal 24 83 115
Hex 18 53 73

RGB Percentages of Color #185373

%10.81
%37.39
%51.80

CMYK Percentages of Color #185373

%79
%28
%0
%55

Triadic Colors of #185373

#185373 #731853 #537318

Analogous Colors of #185373

#185373 #182673 #187366

Monochromatic Colors of #185373

#185373

Complementary Color

#185373 #733818

#185373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185373 Color CSS Codes

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

#185373 Text Font Color

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

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


#185373 Background Color

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

This div background color is #185373


#185373 Border Color

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

This div border color is #185373


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,83,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185373; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185373;
  -webkit-box-shadow: 1px 1px 3px 2px #185373;
  box-shadow:         1px 1px 3px 2px #185373; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185373


Comments

No comments written yet.

Please login to write comment.