Color Hex Logo

#185ace Color Hex

#185ACE
(24,90,206)
0 Favorites   0 Comments

Color spaces of #185ace

RGB 2490206
HSL0.610.790.45
HSV218°88°81°
CMYK 0.880.560.00   0.19
XYZ15.173411.962859.9018
Yxy11.96280.17430.1374
Hunter Lab34.587317.7800-78.4734
CIE-Lab41.156924.8725-65.3325

#185ace color RGB value is (24,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011010 11001110
Octal 30 132 316
Decimal 24 90 206
Hex 18 5A CE

RGB Percentages of Color #185ace

%7.50
%28.13
%64.38

CMYK Percentages of Color #185ace

%88
%56
%0
%19

Triadic Colors of #185ace

#185ace #ce185a #5ace18

Analogous Colors of #185ace

#185ace #3118ce #18b5ce

Monochromatic Colors of #185ace

#185ace

Complementary Color

#185ace #ce8c18

#185ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#185ace Color CSS Codes

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

#185ace Text Font Color

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

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


#185ace Background Color

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

This div background color is #185ace


#185ace Border Color

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

This div border color is #185ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185ace


Comments

No comments written yet.

Please login to write comment.