Color Hex Logo

#185980 Color Hex

#185980
(24,89,128)
0 Favorites   0 Comments

Color spaces of #185980

RGB 2489128
HSL0.560.680.30
HSV203°81°50°
CMYK 0.810.300.00   0.50
XYZ7.84538.897521.7260
Yxy8.89750.20390.2313
Hunter Lab29.8287-5.2525-22.3044
CIE-Lab35.7862-5.5154-27.5835

#185980 color RGB value is (24,89,128).

#185980 hex color red value is 24, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #185980 hue: 0.56 , saturation: 0.68 and the lightness value of 185980 is 0.30.

The process color (four color CMYK) of #185980 color hex is 0.81, 0.30, 0.00, 0.50. Web safe color of #185980 is #006699. Color #185980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011001 10000000
Octal 30 131 200
Decimal 24 89 128
Hex 18 59 80

RGB Percentages of Color #185980

%9.96
%36.93
%53.11

CMYK Percentages of Color #185980

%81
%30
%0
%50

Triadic Colors of #185980

#185980 #801859 #598018

Analogous Colors of #185980

#185980 #182580 #188073

Monochromatic Colors of #185980

#185980

Complementary Color

#185980 #803f18

#185980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185980 Color CSS Codes

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

#185980 Text Font Color

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

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


#185980 Background Color

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

This div background color is #185980


#185980 Border Color

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

This div border color is #185980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185980


Comments

No comments written yet.

Please login to write comment.