Color Hex Logo

#018ade Color Hex

#018ADE
(1,138,222)
0 Favorites   0 Comments

Color spaces of #018ade

RGB 1138222
HSL0.560.990.44
HSV203°100°87°
CMYK 1.000.380.00   0.13
XYZ22.285823.457372.4604
Yxy23.45730.18850.1984
Hunter Lab48.4327-2.6224-54.8011
CIE-Lab55.5403-0.0445-51.2678

#018ade color RGB value is (1,138,222).

#018ade hex color red value is 1, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #018ade hue: 0.56 , saturation: 0.99 and the lightness value of 018ade is 0.44.

The process color (four color CMYK) of #018ade color hex is 1.00, 0.38, 0.00, 0.13. Web safe color of #018ade is #0099cc. Color #018ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001010 11011110
Octal 1 212 336
Decimal 1 138 222
Hex 1 8A DE

RGB Percentages of Color #018ade

%0.28
%38.23
%61.50

CMYK Percentages of Color #018ade

%100
%38
%0
%13

Triadic Colors of #018ade

#018ade #de018a #8ade01

Analogous Colors of #018ade

#018ade #011bde #01dec4

Monochromatic Colors of #018ade

#018ade

Complementary Color

#018ade #de5501

#018ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ade Color CSS Codes

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

#018ade Text Font Color

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

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


#018ade Background Color

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

This div background color is #018ade


#018ade Border Color

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

This div border color is #018ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,138,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 #018ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ade


Comments

No comments written yet.

Please login to write comment.