Color Hex Logo

#04526f Color Hex

#04526F
(4,82,111)
0 Favorites   0 Comments

Color spaces of #04526f

RGB 482111
HSL0.550.930.23
HSV196°96°44°
CMYK 0.960.260.00   0.56
XYZ5.93667.208116.1173
Yxy7.20810.20290.2463
Hunter Lab26.8479-7.5140-16.7994
CIE-Lab32.2760-9.7040-22.5626

#04526f color RGB value is (4,82,111).

#04526f hex color red value is 4, green value is 82 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #04526f hue: 0.55 , saturation: 0.93 and the lightness value of 04526f is 0.23.

The process color (four color CMYK) of #04526f color hex is 0.96, 0.26, 0.00, 0.56. Web safe color of #04526f is #006666. Color #04526f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010010 01101111
Octal 4 122 157
Decimal 4 82 111
Hex 4 52 6F

RGB Percentages of Color #04526f

%2.03
%41.62
%56.35

CMYK Percentages of Color #04526f

%96
%26
%0
%56

Triadic Colors of #04526f

#04526f #6f0452 #526f04

Analogous Colors of #04526f

#04526f #041c6f #046f57

Monochromatic Colors of #04526f

#04526f

Complementary Color

#04526f #6f2104

#04526f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04526f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04526f Color CSS Codes

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

#04526f Text Font Color

<p style="color:#04526f">Text here</p>

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


#04526f Background Color

<div style="background-color:#04526f">
Div content here</div>

This div background color is #04526f


#04526f Border Color

<div style="border:3px solid #04526f">
Div here</div>

This div border color is #04526f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,82,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04526f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04526f;
  -webkit-box-shadow: 1px 1px 3px 2px #04526f;
  box-shadow:         1px 1px 3px 2px #04526f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04526f


Comments

No comments written yet.

Please login to write comment.