Color Hex Logo

#185888 Color Hex

#185888
(24,88,136)
0 Favorites   0 Comments

Color spaces of #185888

RGB 2488136
HSL0.570.700.31
HSV206°82°53°
CMYK 0.820.350.00   0.47
XYZ8.31038.951224.5823
Yxy8.95120.19860.2139
Hunter Lab29.9186-2.7766-27.7721
CIE-Lab35.8902-1.7447-32.3165

#185888 color RGB value is (24,88,136).

#185888 hex color red value is 24, green value is 88 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #185888 hue: 0.57 , saturation: 0.70 and the lightness value of 185888 is 0.31.

The process color (four color CMYK) of #185888 color hex is 0.82, 0.35, 0.00, 0.47. Web safe color of #185888 is #006699. Color #185888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011000 10001000
Octal 30 130 210
Decimal 24 88 136
Hex 18 58 88

RGB Percentages of Color #185888

%9.68
%35.48
%54.84

CMYK Percentages of Color #185888

%82
%35
%0
%47

Triadic Colors of #185888

#185888 #881858 #588818

Analogous Colors of #185888

#185888 #182088 #188880

Monochromatic Colors of #185888

#185888

Complementary Color

#185888 #884818

#185888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185888 Color CSS Codes

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

#185888 Text Font Color

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

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


#185888 Background Color

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

This div background color is #185888


#185888 Border Color

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

This div border color is #185888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185888


Comments

No comments written yet.

Please login to write comment.