color codes Logo

#018ceb color codes

#018CEB
(1,140,235)
0 Favorites   0 Comments

Color spaces of #018ceb

RGB 1140235
HSL0.570.990.46
HSV204°100°92°
CMYK 1.000.400.00   0.08
XYZ24.386024.760882.0913
Yxy24.76080.18580.1887
Hunter Lab49.76020.3971-62.9808
CIE-Lab56.84163.7423-56.4408

#018ceb color RGB value is (1,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001100 11101011
Octal 1 214 353
Decimal 1 140 235
Hex 1 8C EB

RGB Percentages of Color #018ceb

%0.27
%37.23
%62.50

CMYK Percentages of Color #018ceb

%100
%40
%0
%8

Triadic Colors of #018ceb

#018ceb #eb018c #8ceb01

Analogous Colors of #018ceb

#018ceb #0117eb #01ebd5

Monochromatic Colors of #018ceb

#018ceb

Complementary Color

#018ceb #eb6001

#018ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ceb Color CSS Codes

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

#018ceb Text Font Color

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

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


#018ceb Background Color

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

This div background color is #018ceb


#018ceb Border Color

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

This div border color is #018ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ceb


Comments

No comments written yet.

Please login to write comment.