Color Hex Logo

#185cbe Color Hex

#185CBE
(24,92,190)
0 Favorites   0 Comments

Color spaces of #185cbe

RGB 2492190
HSL0.600.780.42
HSV215°87°75°
CMYK 0.870.520.00   0.25
XYZ13.498111.566250.2363
Yxy11.56620.17930.1536
Hunter Lab34.009111.3301-63.7734
CIE-Lab40.518217.2515-57.0978

#185cbe color RGB value is (24,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011100 10111110
Octal 30 134 276
Decimal 24 92 190
Hex 18 5C BE

RGB Percentages of Color #185cbe

%7.84
%30.07
%62.09

CMYK Percentages of Color #185cbe

%87
%52
%0
%25

Triadic Colors of #185cbe

#185cbe #be185c #5cbe18

Analogous Colors of #185cbe

#185cbe #2718be #18afbe

Monochromatic Colors of #185cbe

#185cbe

Complementary Color

#185cbe #be7a18

#185cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#185cbe Color CSS Codes

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

#185cbe Text Font Color

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

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


#185cbe Background Color

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

This div background color is #185cbe


#185cbe Border Color

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

This div border color is #185cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,92,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 #185cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185cbe


Comments

No comments written yet.

Please login to write comment.