Color Hex Logo

#001ec4 Color Hex

#001EC4
(0,30,196)
0 Favorites   0 Comments

Color spaces of #001ec4

RGB 030196
HSL0.641.000.38
HSV231°100°77°
CMYK 1.000.850.00   0.23
XYZ10.42814.914152.6234
Yxy4.91410.15340.0723
Hunter Lab22.167845.1759-125.2293
CIE-Lab26.488656.2234-83.6967

#001ec4 color RGB value is (0,30,196).

#001ec4 hex color red value is 0, green value is 30 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #001ec4 hue: 0.64 , saturation: 1.00 and the lightness value of 001ec4 is 0.38.

The process color (four color CMYK) of #001ec4 color hex is 1.00, 0.85, 0.00, 0.23. Web safe color of #001ec4 is #0033cc. Color #001ec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011110 11000100
Octal 0 36 304
Decimal 0 30 196
Hex 0 1E C4

RGB Percentages of Color #001ec4

%0.00
%13.27
%86.73

CMYK Percentages of Color #001ec4

%100
%85
%0
%23

Triadic Colors of #001ec4

#001ec4 #c4001e #1ec400

Analogous Colors of #001ec4

#001ec4 #4400c4 #0080c4

Monochromatic Colors of #001ec4

#001ec4

Complementary Color

#001ec4 #c4a600

#001ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001ec4 Color CSS Codes

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

#001ec4 Text Font Color

<p style="color:#001ec4">Text here</p>

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


#001ec4 Background Color

<div style="background-color:#001ec4">
Div content here</div>

This div background color is #001ec4


#001ec4 Border Color

<div style="border:3px solid #001ec4">
Div here</div>

This div border color is #001ec4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,30,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001ec4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001ec4;
  -webkit-box-shadow: 1px 1px 3px 2px #001ec4;
  box-shadow:         1px 1px 3px 2px #001ec4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,30,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001ec4


Comments

No comments written yet.

Please login to write comment.