Color Hex Logo

#018acd Color Hex

#018ACD
(1,138,205)
0 Favorites   0 Comments

Color spaces of #018acd

RGB 1138205
HSL0.550.990.40
HSV200°100°80°
CMYK 1.000.330.00   0.20
XYZ20.120422.591261.0577
Yxy22.59120.19390.2177
Hunter Lab47.5302-7.6155-42.8933
CIE-Lab54.6487-6.5297-43.1182

#018acd color RGB value is (1,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001010 11001101
Octal 1 212 315
Decimal 1 138 205
Hex 1 8A CD

RGB Percentages of Color #018acd

%0.29
%40.12
%59.59

CMYK Percentages of Color #018acd

%100
%33
%0
%20

Triadic Colors of #018acd

#018acd #cd018a #8acd01

Analogous Colors of #018acd

#018acd #0124cd #01cdaa

Monochromatic Colors of #018acd

#018acd

Complementary Color

#018acd #cd4401

#018acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#018acd Color CSS Codes

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

#018acd Text Font Color

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

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


#018acd Background Color

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

This div background color is #018acd


#018acd Border Color

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

This div border color is #018acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,138,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018acd


Comments

No comments written yet.

Please login to write comment.