Color Hex Logo

#018bce Color Hex

#018BCE
(1,139,206)
0 Favorites   0 Comments

Color spaces of #018bce

RGB 1139206
HSL0.550.990.41
HSV200°100°81°
CMYK 1.000.330.00   0.19
XYZ20.385722.927961.7436
Yxy22.92790.19400.2182
Hunter Lab47.8831-7.8010-42.9343
CIE-Lab54.9980-6.7311-43.1313

#018bce color RGB value is (1,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001011 11001110
Octal 1 213 316
Decimal 1 139 206
Hex 1 8B CE

RGB Percentages of Color #018bce

%0.29
%40.17
%59.54

CMYK Percentages of Color #018bce

%100
%33
%0
%19

Triadic Colors of #018bce

#018bce #ce018b #8bce01

Analogous Colors of #018bce

#018bce #0124ce #01ceab

Monochromatic Colors of #018bce

#018bce

Complementary Color

#018bce #ce4401

#018bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#018bce Color CSS Codes

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

#018bce Text Font Color

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

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


#018bce Background Color

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

This div background color is #018bce


#018bce Border Color

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

This div border color is #018bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018bce


Comments

No comments written yet.

Please login to write comment.