Color Hex Logo

#185ec3 Color Hex

#185EC3
(24,94,195)
0 Favorites   0 Comments

Color spaces of #185ec3

RGB 2494195
HSL0.600.780.43
HSV215°88°76°
CMYK 0.880.520.00   0.24
XYZ14.229712.139753.2230
Yxy12.13970.17880.1525
Hunter Lab34.842111.9268-66.1790
CIE-Lab41.437317.9201-58.5170

#185ec3 color RGB value is (24,94,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011110 11000011
Octal 30 136 303
Decimal 24 94 195
Hex 18 5E C3

RGB Percentages of Color #185ec3

%7.67
%30.03
%62.30

CMYK Percentages of Color #185ec3

%88
%52
%0
%24

Triadic Colors of #185ec3

#185ec3 #c3185e #5ec318

Analogous Colors of #185ec3

#185ec3 #2818c3 #18b4c3

Monochromatic Colors of #185ec3

#185ec3

Complementary Color

#185ec3 #c37d18

#185ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185ec3 Color CSS Codes

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

#185ec3 Text Font Color

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

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


#185ec3 Background Color

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

This div background color is #185ec3


#185ec3 Border Color

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

This div border color is #185ec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185ec3


Comments

No comments written yet.

Please login to write comment.