Color Hex Logo

#185aca Color Hex

#185ACA
(24,90,202)
0 Favorites   0 Comments

Color spaces of #185aca

RGB 2490202
HSL0.600.790.44
HSV218°88°79°
CMYK 0.880.550.00   0.21
XYZ14.693511.770857.3747
Yxy11.77080.17530.1404
Hunter Lab34.308616.4070-75.1354
CIE-Lab40.849523.3074-63.5249

#185aca color RGB value is (24,90,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011010 11001010
Octal 30 132 312
Decimal 24 90 202
Hex 18 5A CA

RGB Percentages of Color #185aca

%7.59
%28.48
%63.92

CMYK Percentages of Color #185aca

%88
%55
%0
%21

Triadic Colors of #185aca

#185aca #ca185a #5aca18

Analogous Colors of #185aca

#185aca #2f18ca #18b3ca

Monochromatic Colors of #185aca

#185aca

Complementary Color

#185aca #ca8818

#185aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#185aca Color CSS Codes

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

#185aca Text Font Color

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

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


#185aca Background Color

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

This div background color is #185aca


#185aca Border Color

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

This div border color is #185aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185aca


Comments

No comments written yet.

Please login to write comment.