Color Hex Logo

#018eeb Color Hex

#018EEB
(1,142,235)
0 Favorites   0 Comments

Color spaces of #018eeb

RGB 1142235
HSL0.570.990.46
HSV204°100°92°
CMYK 1.000.400.00   0.08
XYZ24.680925.350682.1896
Yxy25.35060.18670.1917
Hunter Lab50.3494-0.6120-61.5396
CIE-Lab57.41542.5445-55.5240

#018eeb color RGB value is (1,142,235).

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

The process color (four color CMYK) of #018eeb color hex is 1.00, 0.40, 0.00, 0.08. Web safe color of #018eeb is #0099ff. Color #018eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001110 11101011
Octal 1 216 353
Decimal 1 142 235
Hex 1 8E EB

RGB Percentages of Color #018eeb

%0.26
%37.57
%62.17

CMYK Percentages of Color #018eeb

%100
%40
%0
%8

Triadic Colors of #018eeb

#018eeb #eb018e #8eeb01

Analogous Colors of #018eeb

#018eeb #0119eb #01ebd3

Monochromatic Colors of #018eeb

#018eeb

Complementary Color

#018eeb #eb5e01

#018eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#018eeb Color CSS Codes

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

#018eeb Text Font Color

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

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


#018eeb Background Color

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

This div background color is #018eeb


#018eeb Border Color

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

This div border color is #018eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018eeb


Comments

No comments written yet.

Please login to write comment.