Color Hex Logo

#018bcc Color Hex

#018BCC
(1,139,204)
0 Favorites   0 Comments

Color spaces of #018bcc

RGB 1139204
HSL0.550.990.40
HSV199°100°80°
CMYK 1.000.320.00   0.20
XYZ20.144222.831360.4719
Yxy22.83130.19470.2207
Hunter Lab47.7821-8.3658-41.5885
CIE-Lab54.8981-7.4873-42.1591

#018bcc color RGB value is (1,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001011 11001100
Octal 1 213 314
Decimal 1 139 204
Hex 1 8B CC

RGB Percentages of Color #018bcc

%0.29
%40.41
%59.30

CMYK Percentages of Color #018bcc

%100
%32
%0
%20

Triadic Colors of #018bcc

#018bcc #cc018b #8bcc01

Analogous Colors of #018bcc

#018bcc #0126cc #01cca8

Monochromatic Colors of #018bcc

#018bcc

Complementary Color

#018bcc #cc4201

#018bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#018bcc Color CSS Codes

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

#018bcc Text Font Color

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

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


#018bcc Background Color

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

This div background color is #018bcc


#018bcc Border Color

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

This div border color is #018bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018bcc


Comments

No comments written yet.

Please login to write comment.