Color Hex Logo

#04685c Color Hex

#04685C
(4,104,92)
0 Favorites   0 Comments

Color spaces of #04685c

RGB 410492
HSL0.480.930.21
HSV173°96°41°
CMYK 0.960.000.12   0.59
XYZ6.932210.699111.8250
Yxy10.69910.23530.3632
Hunter Lab32.7095-19.41161.4624
CIE-Lab39.0690-28.4619-0.4744

#04685c color RGB value is (4,104,92).

#04685c hex color red value is 4, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #04685c hue: 0.48 , saturation: 0.93 and the lightness value of 04685c is 0.21.

The process color (four color CMYK) of #04685c color hex is 0.96, 0.00, 0.12, 0.59. Web safe color of #04685c is #006666. Color #04685c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101000 01011100
Octal 4 150 134
Decimal 4 104 92
Hex 4 68 5C

RGB Percentages of Color #04685c

%2.00
%52.00
%46.00

CMYK Percentages of Color #04685c

%96
%0
%12
%59

Triadic Colors of #04685c

#04685c #5c0468 #685c04

Analogous Colors of #04685c

#04685c #044268 #04682a

Monochromatic Colors of #04685c

#04685c

Complementary Color

#04685c #680410

#04685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04685c Color CSS Codes

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

#04685c Text Font Color

<p style="color:#04685c">Text here</p>

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


#04685c Background Color

<div style="background-color:#04685c">
Div content here</div>

This div background color is #04685c


#04685c Border Color

<div style="border:3px solid #04685c">
Div here</div>

This div border color is #04685c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,104,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04685c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04685c;
  -webkit-box-shadow: 1px 1px 3px 2px #04685c;
  box-shadow:         1px 1px 3px 2px #04685c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04685c


Comments

No comments written yet.

Please login to write comment.