color codes Logo

#013edc color codes

#013EDC
(1,62,220)
0 Favorites   0 Comments

Color spaces of #013edc

RGB 162220
HSL0.620.990.43
HSV223°100°86°
CMYK 1.000.720.00   0.14
XYZ14.65348.619068.6015
Yxy8.61900.15950.0938
Hunter Lab29.358137.7172-117.9930
CIE-Lab35.240147.2414-83.1117

#013edc color RGB value is (1,62,220).

#013edc hex color red value is 1, green value is 62 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #013edc hue: 0.62 , saturation: 0.99 and the lightness value of 013edc is 0.43.

The process color (four color CMYK) of #013edc color code is 1.00, 0.72, 0.00, 0.14. Web safe color of #013edc is #0033cc. Color #013edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111110 11011100
Octal 1 76 334
Decimal 1 62 220
Hex 1 3E DC

RGB Percentages of Color #013edc

%0.35
%21.91
%77.74

CMYK Percentages of Color #013edc

%100
%72
%0
%14

Triadic Colors of #013edc

#013edc #dc013e #3edc01

Analogous Colors of #013edc

#013edc #3101dc #01acdc

Monochromatic Colors of #013edc

#013edc

Complementary Color

#013edc #dc9f01

#013edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#013edc Color CSS Codes

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

#013edc Text Font Color

<p style="color:#013edc">Text here</p>

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


#013edc Background Color

<div style="background-color:#013edc">
Div content here</div>

This div background color is #013edc


#013edc Border Color

<div style="border:3px solid #013edc">
Div here</div>

This div border color is #013edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,62,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013edc;
  -webkit-box-shadow: 1px 1px 3px 2px #013edc;
  box-shadow:         1px 1px 3px 2px #013edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013edc


Comments

No comments written yet.

Please login to write comment.