Color Hex Logo

#185396 Color Hex

#185396
(24,83,150)
0 Favorites   0 Comments

Color spaces of #185396

RGB 2483150
HSL0.590.720.34
HSV212°84°59°
CMYK 0.840.450.00   0.41
XYZ8.97508.582730.0378
Yxy8.58270.18860.1803
Hunter Lab29.29623.4156-40.2834
CIE-Lab35.16817.1333-41.9756

#185396 color RGB value is (24,83,150).

#185396 hex color red value is 24, green value is 83 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #185396 hue: 0.59 , saturation: 0.72 and the lightness value of 185396 is 0.34.

The process color (four color CMYK) of #185396 color hex is 0.84, 0.45, 0.00, 0.41. Web safe color of #185396 is #006699. Color #185396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010011 10010110
Octal 30 123 226
Decimal 24 83 150
Hex 18 53 96

RGB Percentages of Color #185396

%9.34
%32.30
%58.37

CMYK Percentages of Color #185396

%84
%45
%0
%41

Triadic Colors of #185396

#185396 #961853 #539618

Analogous Colors of #185396

#185396 #1c1896 #189296

Monochromatic Colors of #185396

#185396

Complementary Color

#185396 #965b18

#185396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185396 Color CSS Codes

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

#185396 Text Font Color

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

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


#185396 Background Color

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

This div background color is #185396


#185396 Border Color

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

This div border color is #185396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185396


Comments

No comments written yet.

Please login to write comment.