Color Hex Logo

#003ade Color Hex

#003ADE
(0,58,222)
0 Favorites   0 Comments

Color spaces of #003ade

RGB 058222
HSL0.621.000.44
HSV224°100°87°
CMYK 1.000.740.00   0.13
XYZ14.69798.300069.9346
Yxy8.30000.15820.0893
Hunter Lab28.809740.6486-123.7576
CIE-Lab34.600050.2716-85.3188

#003ade color RGB value is (0,58,222).

#003ade hex color red value is 0, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #003ade hue: 0.62 , saturation: 1.00 and the lightness value of 003ade is 0.44.

The process color (four color CMYK) of #003ade color hex is 1.00, 0.74, 0.00, 0.13. Web safe color of #003ade is #0033cc. Color #003ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111010 11011110
Octal 0 72 336
Decimal 0 58 222
Hex 0 3A DE

RGB Percentages of Color #003ade

%0.00
%20.71
%79.29

CMYK Percentages of Color #003ade

%100
%74
%0
%13

Triadic Colors of #003ade

#003ade #de003a #3ade00

Analogous Colors of #003ade

#003ade #3500de #00a9de

Monochromatic Colors of #003ade

#003ade

Complementary Color

#003ade #dea400

#003ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#003ade Color CSS Codes

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

#003ade Text Font Color

<p style="color:#003ade">Text here</p>

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


#003ade Background Color

<div style="background-color:#003ade">
Div content here</div>

This div background color is #003ade


#003ade Border Color

<div style="border:3px solid #003ade">
Div here</div>

This div border color is #003ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,58,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003ade;
  -webkit-box-shadow: 1px 1px 3px 2px #003ade;
  box-shadow:         1px 1px 3px 2px #003ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003ade


Comments

No comments written yet.

Please login to write comment.