Color Hex Logo

#011cee Color Hex

#011CEE
(1,28,238)
0 Favorites   0 Comments

Color spaces of #011cee

RGB 128238
HSL0.650.990.47
HSV233°100°93°
CMYK 1.000.880.00   0.07
XYZ15.86047.010081.4061
Yxy7.01000.15210.0672
Hunter Lab26.476460.5948-163.7635
CIE-Lab31.829769.1096-99.0569

#011cee color RGB value is (1,28,238).

#011cee hex color red value is 1, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #011cee hue: 0.65 , saturation: 0.99 and the lightness value of 011cee is 0.47.

The process color (four color CMYK) of #011cee color hex is 1.00, 0.88, 0.00, 0.07. Web safe color of #011cee is #0033ff. Color #011cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011100 11101110
Octal 1 34 356
Decimal 1 28 238
Hex 1 1C EE

RGB Percentages of Color #011cee

%0.37
%10.49
%89.14

CMYK Percentages of Color #011cee

%100
%88
%0
%7

Triadic Colors of #011cee

#011cee #ee011c #1cee01

Analogous Colors of #011cee

#011cee #5d01ee #0193ee

Monochromatic Colors of #011cee

#011cee

Complementary Color

#011cee #eed301

#011cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#011cee Color CSS Codes

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

#011cee Text Font Color

<p style="color:#011cee">Text here</p>

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


#011cee Background Color

<div style="background-color:#011cee">
Div content here</div>

This div background color is #011cee


#011cee Border Color

<div style="border:3px solid #011cee">
Div here</div>

This div border color is #011cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,28,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #011cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #011cee;
  -webkit-box-shadow: 1px 1px 3px 2px #011cee;
  box-shadow:         1px 1px 3px 2px #011cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011cee


Comments

No comments written yet.

Please login to write comment.