Color Hex Logo

#185383 Color Hex

#185383
(24,83,131)
0 Favorites   0 Comments

Color spaces of #185383

RGB 2483131
HSL0.570.690.30
HSV207°82°51°
CMYK 0.820.370.00   0.49
XYZ7.56678.019422.6218
Yxy8.01940.19800.2099
Hunter Lab28.3185-1.8624-27.5399
CIE-Lab34.0233-0.5246-32.2077

#185383 color RGB value is (24,83,131).

#185383 hex color red value is 24, green value is 83 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #185383 hue: 0.57 , saturation: 0.69 and the lightness value of 185383 is 0.30.

The process color (four color CMYK) of #185383 color hex is 0.82, 0.37, 0.00, 0.49. Web safe color of #185383 is #006699. Color #185383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010011 10000011
Octal 30 123 203
Decimal 24 83 131
Hex 18 53 83

RGB Percentages of Color #185383

%10.08
%34.87
%55.04

CMYK Percentages of Color #185383

%82
%37
%0
%49

Triadic Colors of #185383

#185383 #831853 #538318

Analogous Colors of #185383

#185383 #181e83 #18837e

Monochromatic Colors of #185383

#185383

Complementary Color

#185383 #834818

#185383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185383 Color CSS Codes

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

#185383 Text Font Color

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

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


#185383 Background Color

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

This div background color is #185383


#185383 Border Color

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

This div border color is #185383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185383


Comments

No comments written yet.

Please login to write comment.