Color Hex Logo

#185dbe Color Hex

#185DBE
(24,93,190)
0 Favorites   0 Comments

Color spaces of #185dbe

RGB 2493190
HSL0.600.780.42
HSV215°87°75°
CMYK 0.870.510.00   0.25
XYZ13.585311.740650.2653
Yxy11.74060.17970.1553
Hunter Lab34.264610.8092-62.9918
CIE-Lab40.800816.5937-56.6402

#185dbe color RGB value is (24,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011101 10111110
Octal 30 135 276
Decimal 24 93 190
Hex 18 5D BE

RGB Percentages of Color #185dbe

%7.82
%30.29
%61.89

CMYK Percentages of Color #185dbe

%87
%51
%0
%25

Triadic Colors of #185dbe

#185dbe #be185d #5dbe18

Analogous Colors of #185dbe

#185dbe #2618be #18b0be

Monochromatic Colors of #185dbe

#185dbe

Complementary Color

#185dbe #be7918

#185dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#185dbe Color CSS Codes

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

#185dbe Text Font Color

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

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


#185dbe Background Color

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

This div background color is #185dbe


#185dbe Border Color

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

This div border color is #185dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185dbe


Comments

No comments written yet.

Please login to write comment.