Color Hex Logo

#186afa Color Hex

#186AFA
(24,106,250)
0 Favorites   0 Comments

Color spaces of #186afa

RGB 24106250
HSL0.610.960.54
HSV218°90°98°
CMYK 0.900.580.00   0.02
XYZ22.786017.404492.6009
Yxy17.40440.17160.1311
Hunter Lab41.718624.4862-102.4004
CIE-Lab48.765631.4464-77.8232

#186afa color RGB value is (24,106,250).

#186afa hex color red value is 24, green value is 106 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #186afa hue: 0.61 , saturation: 0.96 and the lightness value of 186afa is 0.54.

The process color (four color CMYK) of #186afa color hex is 0.90, 0.58, 0.00, 0.02. Web safe color of #186afa is #0066ff. Color #186afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01101010 11111010
Octal 30 152 372
Decimal 24 106 250
Hex 18 6A FA

RGB Percentages of Color #186afa

%6.32
%27.89
%65.79

CMYK Percentages of Color #186afa

%90
%58
%0
%2

Triadic Colors of #186afa

#186afa #fa186a #6afa18

Analogous Colors of #186afa

#186afa #3718fa #18dbfa

Monochromatic Colors of #186afa

#186afa

Complementary Color

#186afa #faa818

#186afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#186afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#186afa Color CSS Codes

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

#186afa Text Font Color

<p style="color:#186afa">Text here</p>

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


#186afa Background Color

<div style="background-color:#186afa">
Div content here</div>

This div background color is #186afa


#186afa Border Color

<div style="border:3px solid #186afa">
Div here</div>

This div border color is #186afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,106,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #186afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #186afa;
  -webkit-box-shadow: 1px 1px 3px 2px #186afa;
  box-shadow:         1px 1px 3px 2px #186afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #186afa

Related Colors


Comments

No comments written yet.

Please login to write comment.