Color Hex Logo

#185ae2 Color Hex

#185AE2
(24,90,226)
0 Favorites   0 Comments

Color spaces of #185ae2

RGB 2490226
HSL0.610.810.49
HSV220°89°89°
CMYK 0.890.600.00   0.11
XYZ17.760312.997573.5242
Yxy12.99750.17030.1246
Hunter Lab36.052024.8433-95.6790
CIE-Lab42.759532.5780-74.1540

#185ae2 color RGB value is (24,90,226).

#185ae2 hex color red value is 24, green value is 90 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #185ae2 hue: 0.61 , saturation: 0.81 and the lightness value of 185ae2 is 0.49.

The process color (four color CMYK) of #185ae2 color hex is 0.89, 0.60, 0.00, 0.11. Web safe color of #185ae2 is #0066cc. Color #185ae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011010 11100010
Octal 30 132 342
Decimal 24 90 226
Hex 18 5A E2

RGB Percentages of Color #185ae2

%7.06
%26.47
%66.47

CMYK Percentages of Color #185ae2

%89
%60
%0
%11

Triadic Colors of #185ae2

#185ae2 #e2185a #5ae218

Analogous Colors of #185ae2

#185ae2 #3b18e2 #18bfe2

Monochromatic Colors of #185ae2

#185ae2

Complementary Color

#185ae2 #e2a018

#185ae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185ae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185ae2 Color CSS Codes

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

#185ae2 Text Font Color

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

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


#185ae2 Background Color

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

This div background color is #185ae2


#185ae2 Border Color

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

This div border color is #185ae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185ae2


Comments

No comments written yet.

Please login to write comment.