Color Hex Logo

#018bef Color Hex

#018BEF
(1,139,239)
0 Favorites   0 Comments

Color spaces of #018bef

RGB 1139239
HSL0.570.990.47
HSV205°100°94°
CMYK 1.000.420.00   0.06
XYZ24.825124.703785.1212
Yxy24.70370.18440.1835
Hunter Lab49.70282.1756-66.7483
CIE-Lab56.78565.8794-58.7499

#018bef color RGB value is (1,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001011 11101111
Octal 1 213 357
Decimal 1 139 239
Hex 1 8B EF

RGB Percentages of Color #018bef

%0.26
%36.68
%63.06

CMYK Percentages of Color #018bef

%100
%42
%0
%6

Triadic Colors of #018bef

#018bef #ef018b #8bef01

Analogous Colors of #018bef

#018bef #0114ef #01efdc

Monochromatic Colors of #018bef

#018bef

Complementary Color

#018bef #ef6501

#018bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#018bef Color CSS Codes

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

#018bef Text Font Color

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

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


#018bef Background Color

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

This div background color is #018bef


#018bef Border Color

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

This div border color is #018bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018bef


Comments

No comments written yet.

Please login to write comment.