Color Hex Logo

#018ebc Color Hex

#018EBC
(1,142,188)
0 Favorites   0 Comments

Color spaces of #018ebc

RGB 1142188
HSL0.540.990.37
HSV195°99°74°
CMYK 0.990.240.00   0.26
XYZ18.762622.983351.0243
Yxy22.98330.20220.2477
Hunter Lab47.9409-14.0371-29.5447
CIE-Lab55.0551-15.1413-32.8380

#018ebc color RGB value is (1,142,188).

#018ebc hex color red value is 1, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #018ebc hue: 0.54 , saturation: 0.99 and the lightness value of 018ebc is 0.37.

The process color (four color CMYK) of #018ebc color hex is 0.99, 0.24, 0.00, 0.26. Web safe color of #018ebc is #0099cc. Color #018ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001110 10111100
Octal 1 216 274
Decimal 1 142 188
Hex 1 8E BC

RGB Percentages of Color #018ebc

%0.30
%42.90
%56.80

CMYK Percentages of Color #018ebc

%99
%24
%0
%26

Triadic Colors of #018ebc

#018ebc #bc018e #8ebc01

Analogous Colors of #018ebc

#018ebc #0131bc #01bc8d

Monochromatic Colors of #018ebc

#018ebc

Complementary Color

#018ebc #bc2f01

#018ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ebc Color CSS Codes

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

#018ebc Text Font Color

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

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


#018ebc Background Color

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

This div background color is #018ebc


#018ebc Border Color

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

This div border color is #018ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ebc


Comments

No comments written yet.

Please login to write comment.