Color Hex Logo

#04254e Color Hex

#04254E
(4,37,78)
0 Favorites   0 Comments

Color spaces of #04254e

RGB 43778
HSL0.590.900.16
HSV213°95°31°
CMYK 0.950.530.00   0.69
XYZ2.08681.89907.4643
Yxy1.89900.18230.1659
Hunter Lab13.78042.9149-22.4687
CIE-Lab14.94806.6107-28.4953

#04254e color RGB value is (4,37,78).

#04254e hex color red value is 4, green value is 37 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #04254e hue: 0.59 , saturation: 0.90 and the lightness value of 04254e is 0.16.

The process color (four color CMYK) of #04254e color hex is 0.95, 0.53, 0.00, 0.69. Web safe color of #04254e is #003366. Color #04254e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100101 01001110
Octal 4 45 116
Decimal 4 37 78
Hex 4 25 4E

RGB Percentages of Color #04254e

%3.36
%31.09
%65.55

CMYK Percentages of Color #04254e

%95
%53
%0
%69

Triadic Colors of #04254e

#04254e #4e0425 #254e04

Analogous Colors of #04254e

#04254e #08044e #044a4e

Monochromatic Colors of #04254e

#04254e

Complementary Color

#04254e #4e2d04

#04254e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04254e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04254e Color CSS Codes

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

#04254e Text Font Color

<p style="color:#04254e">Text here</p>

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


#04254e Background Color

<div style="background-color:#04254e">
Div content here</div>

This div background color is #04254e


#04254e Border Color

<div style="border:3px solid #04254e">
Div here</div>

This div border color is #04254e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,37,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04254e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04254e;
  -webkit-box-shadow: 1px 1px 3px 2px #04254e;
  box-shadow:         1px 1px 3px 2px #04254e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,37,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 #04254e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04254e


Comments

No comments written yet.

Please login to write comment.