Color Hex Logo

#010cee Color Hex

#010CEE
(1,12,238)
0 Favorites   0 Comments

Color spaces of #010cee

RGB 112238
HSL0.660.990.47
HSV237°100°93°
CMYK 1.000.950.00   0.07
XYZ15.57666.442481.3115
Yxy6.44240.15070.0623
Hunter Lab25.381965.1253-172.1697
CIE-Lab30.502273.1795-101.2752

#010cee color RGB value is (1,12,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001100 11101110
Octal 1 14 356
Decimal 1 12 238
Hex 1 C EE

RGB Percentages of Color #010cee

%0.40
%4.78
%94.82

CMYK Percentages of Color #010cee

%100
%95
%0
%7

Triadic Colors of #010cee

#010cee #ee010c #0cee01

Analogous Colors of #010cee

#010cee #6d01ee #0183ee

Monochromatic Colors of #010cee

#010cee

Complementary Color

#010cee #eee301

#010cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#010cee Color CSS Codes

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

#010cee Text Font Color

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

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


#010cee Background Color

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

This div background color is #010cee


#010cee Border Color

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

This div border color is #010cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010cee


Comments

No comments written yet.

Please login to write comment.