Color Hex Logo

#185994 Color Hex

#185994
(24,89,148)
0 Favorites   0 Comments

Color spaces of #185994

RGB 2489148
HSL0.580.720.34
HSV209°84°58°
CMYK 0.840.400.00   0.42
XYZ9.29449.477129.3564
Yxy9.47710.19310.1969
Hunter Lab30.78490.0181-34.9894
CIE-Lab36.88712.3933-38.0198

#185994 color RGB value is (24,89,148).

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

The process color (four color CMYK) of #185994 color hex is 0.84, 0.40, 0.00, 0.42. Web safe color of #185994 is #006699. Color #185994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011001 10010100
Octal 30 131 224
Decimal 24 89 148
Hex 18 59 94

RGB Percentages of Color #185994

%9.20
%34.10
%56.70

CMYK Percentages of Color #185994

%84
%40
%0
%42

Triadic Colors of #185994

#185994 #941859 #599418

Analogous Colors of #185994

#185994 #181b94 #189491

Monochromatic Colors of #185994

#185994

Complementary Color

#185994 #945318

#185994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185994 Color CSS Codes

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

#185994 Text Font Color

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

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


#185994 Background Color

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

This div background color is #185994


#185994 Border Color

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

This div border color is #185994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185994


Comments

No comments written yet.

Please login to write comment.