Color Hex Logo

#014ceb Color Hex

#014CEB
(1,76,235)
0 Favorites   0 Comments

Color spaces of #014ceb

RGB 176235
HSL0.610.990.46
HSV221°100°92°
CMYK 1.000.680.00   0.08
XYZ17.592411.173579.8267
Yxy11.17350.16200.1029
Hunter Lab33.426835.4470-118.1920
CIE-Lab39.871244.1240-84.0107

#014ceb color RGB value is (1,76,235).

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

The process color (four color CMYK) of #014ceb color hex is 1.00, 0.68, 0.00, 0.08. Web safe color of #014ceb is #0033ff. Color #014ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001100 11101011
Octal 1 114 353
Decimal 1 76 235
Hex 1 4C EB

RGB Percentages of Color #014ceb

%0.32
%24.36
%75.32

CMYK Percentages of Color #014ceb

%100
%68
%0
%8

Triadic Colors of #014ceb

#014ceb #eb014c #4ceb01

Analogous Colors of #014ceb

#014ceb #2b01eb #01c1eb

Monochromatic Colors of #014ceb

#014ceb

Complementary Color

#014ceb #eba001

#014ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#014ceb Color CSS Codes

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

#014ceb Text Font Color

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

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


#014ceb Background Color

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

This div background color is #014ceb


#014ceb Border Color

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

This div border color is #014ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014ceb


Comments

No comments written yet.

Please login to write comment.