Color Hex Logo

#186ade Color Hex

#186ADE
(24,106,222)
0 Favorites   0 Comments

Color spaces of #186ade

RGB 24106222
HSL0.600.800.48
HSV215°89°87°
CMYK 0.890.520.00   0.13
XYZ18.715515.776271.1659
Yxy15.77620.17710.1493
Hunter Lab39.719314.5995-78.4277
CIE-Lab46.679520.7168-65.4990

#186ade color RGB value is (24,106,222).

#186ade hex color red value is 24, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #186ade hue: 0.60 , saturation: 0.80 and the lightness value of 186ade is 0.48.

The process color (four color CMYK) of #186ade color hex is 0.89, 0.52, 0.00, 0.13. Web safe color of #186ade is #0066cc. Color #186ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01101010 11011110
Octal 30 152 336
Decimal 24 106 222
Hex 18 6A DE

RGB Percentages of Color #186ade

%6.82
%30.11
%63.07

CMYK Percentages of Color #186ade

%89
%52
%0
%13

Triadic Colors of #186ade

#186ade #de186a #6ade18

Analogous Colors of #186ade

#186ade #2918de #18cdde

Monochromatic Colors of #186ade

#186ade

Complementary Color

#186ade #de8c18

#186ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#186ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#186ade Color CSS Codes

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

#186ade Text Font Color

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

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


#186ade Background Color

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

This div background color is #186ade


#186ade Border Color

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

This div border color is #186ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #186ade


Comments

No comments written yet.

Please login to write comment.