Color Hex Logo

#002e4e Color Hex

#002E4E
(0,46,78)
0 Favorites   0 Comments

Color spaces of #002e4e

RGB 04678
HSL0.571.000.15
HSV205°100°31°
CMYK 1.000.410.00   0.69
XYZ2.35212.50407.5671
Yxy2.50400.18930.2016
Hunter Lab15.8240-1.1596-17.2758
CIE-Lab17.9367-0.5734-23.7165

#002e4e color RGB value is (0,46,78).

#002e4e hex color red value is 0, green value is 46 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #002e4e hue: 0.57 , saturation: 1.00 and the lightness value of 002e4e is 0.15.

The process color (four color CMYK) of #002e4e color hex is 1.00, 0.41, 0.00, 0.69. Web safe color of #002e4e is #003366. Color #002e4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101110 01001110
Octal 0 56 116
Decimal 0 46 78
Hex 0 2E 4E

RGB Percentages of Color #002e4e

%0.00
%37.10
%62.90

CMYK Percentages of Color #002e4e

%100
%41
%0
%69

Triadic Colors of #002e4e

#002e4e #4e002e #2e4e00

Analogous Colors of #002e4e

#002e4e #00074e #004e47

Monochromatic Colors of #002e4e

#002e4e

Complementary Color

#002e4e #4e2000

#002e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#002e4e Color CSS Codes

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

#002e4e Text Font Color

<p style="color:#002e4e">Text here</p>

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


#002e4e Background Color

<div style="background-color:#002e4e">
Div content here</div>

This div background color is #002e4e


#002e4e Border Color

<div style="border:3px solid #002e4e">
Div here</div>

This div border color is #002e4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,46,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002e4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002e4e;
  -webkit-box-shadow: 1px 1px 3px 2px #002e4e;
  box-shadow:         1px 1px 3px 2px #002e4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002e4e


Comments

No comments written yet.

Please login to write comment.