Color Hex Logo

#018feb Color Hex

#018FEB
(1,143,235)
0 Favorites   0 Comments

Color spaces of #018feb

RGB 1143235
HSL0.570.990.46
HSV204°100°92°
CMYK 1.000.390.00   0.08
XYZ24.830425.649582.2394
Yxy25.64950.18710.1933
Hunter Lab50.6453-1.1143-60.8251
CIE-Lab57.70291.9484-55.0653

#018feb color RGB value is (1,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 11101011
Octal 1 217 353
Decimal 1 143 235
Hex 1 8F EB

RGB Percentages of Color #018feb

%0.26
%37.73
%62.01

CMYK Percentages of Color #018feb

%100
%39
%0
%8

Triadic Colors of #018feb

#018feb #eb018f #8feb01

Analogous Colors of #018feb

#018feb #011aeb #01ebd2

Monochromatic Colors of #018feb

#018feb

Complementary Color

#018feb #eb5d01

#018feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#018feb Color CSS Codes

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

#018feb Text Font Color

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

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


#018feb Background Color

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

This div background color is #018feb


#018feb Border Color

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

This div border color is #018feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,143,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 #018feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018feb


Comments

No comments written yet.

Please login to write comment.