Color Hex Logo

#185abd Color Hex

#185ABD
(24,90,189)
0 Favorites   0 Comments

Color spaces of #185abd

RGB 2490189
HSL0.600.770.42
HSV216°87°74°
CMYK 0.870.520.00   0.26
XYZ13.218211.180649.6055
Yxy11.18060.17860.1511
Hunter Lab33.437412.0477-64.5525
CIE-Lab39.883018.1736-57.5434

#185abd color RGB value is (24,90,189).

#185abd hex color red value is 24, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #185abd hue: 0.60 , saturation: 0.77 and the lightness value of 185abd is 0.42.

The process color (four color CMYK) of #185abd color hex is 0.87, 0.52, 0.00, 0.26. Web safe color of #185abd is #0066cc. Color #185abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011010 10111101
Octal 30 132 275
Decimal 24 90 189
Hex 18 5A BD

RGB Percentages of Color #185abd

%7.92
%29.70
%62.38

CMYK Percentages of Color #185abd

%87
%52
%0
%26

Triadic Colors of #185abd

#185abd #bd185a #5abd18

Analogous Colors of #185abd

#185abd #2918bd #18adbd

Monochromatic Colors of #185abd

#185abd

Complementary Color

#185abd #bd7b18

#185abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#185abd Color CSS Codes

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

#185abd Text Font Color

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

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


#185abd Background Color

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

This div background color is #185abd


#185abd Border Color

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

This div border color is #185abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,90,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185abd;
  -webkit-box-shadow: 1px 1px 3px 2px #185abd;
  box-shadow:         1px 1px 3px 2px #185abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185abd


Comments

No comments written yet.

Please login to write comment.