color codes Logo

#018cc0 color codes

#018CC0
(1,140,192)
0 Favorites   0 Comments

Color spaces of #018cc0

RGB 1140192
HSL0.550.990.38
HSV196°99°75°
CMYK 0.990.270.00   0.25
XYZ18.905022.568453.2289
Yxy22.56840.19960.2383
Hunter Lab47.5062-12.1022-33.1778
CIE-Lab54.6250-12.5525-35.7855

#018cc0 color RGB value is (1,140,192).

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

The process color (four color CMYK) of #018cc0 color code is 0.99, 0.27, 0.00, 0.25. Web safe color of #018cc0 is #0099cc. Color #018cc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001100 11000000
Octal 1 214 300
Decimal 1 140 192
Hex 1 8C C0

RGB Percentages of Color #018cc0

%0.30
%42.04
%57.66

CMYK Percentages of Color #018cc0

%99
%27
%0
%25

Triadic Colors of #018cc0

#018cc0 #c0018c #8cc001

Analogous Colors of #018cc0

#018cc0 #012dc0 #01c095

Monochromatic Colors of #018cc0

#018cc0

Complementary Color

#018cc0 #c03501

#018cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018cc0 Color CSS Codes

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

#018cc0 Text Font Color

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

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


#018cc0 Background Color

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

This div background color is #018cc0


#018cc0 Border Color

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

This div border color is #018cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018cc0


Comments

No comments written yet.

Please login to write comment.