Color Hex Logo

#018beb Color Hex

#018BEB
(1,139,235)
0 Favorites   0 Comments

Color spaces of #018beb

RGB 1139235
HSL0.570.990.46
HSV205°100°92°
CMYK 1.000.410.00   0.08
XYZ24.240524.469882.0428
Yxy24.46980.18540.1871
Hunter Lab49.46700.9039-63.7078
CIE-Lab56.55514.3440-56.8988

#018beb color RGB value is (1,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001011 11101011
Octal 1 213 353
Decimal 1 139 235
Hex 1 8B EB

RGB Percentages of Color #018beb

%0.27
%37.07
%62.67

CMYK Percentages of Color #018beb

%100
%41
%0
%8

Triadic Colors of #018beb

#018beb #eb018b #8beb01

Analogous Colors of #018beb

#018beb #0116eb #01ebd6

Monochromatic Colors of #018beb

#018beb

Complementary Color

#018beb #eb6101

#018beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#018beb Color CSS Codes

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

#018beb Text Font Color

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

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


#018beb Background Color

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

This div background color is #018beb


#018beb Border Color

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

This div border color is #018beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018beb


Comments

No comments written yet.

Please login to write comment.