Color Hex Logo

#04865c Color Hex

#04865C
(4,134,92)
0 Favorites   0 Comments

Color spaces of #04865c

RGB 413492
HSL0.450.940.27
HSV161°97°53°
CMYK 0.970.000.31   0.47
XYZ10.506917.848713.0166
Yxy17.84870.25400.4314
Hunter Lab42.2477-29.541011.3060
CIE-Lab49.3121-41.552114.0829

#04865c color RGB value is (4,134,92).

#04865c hex color red value is 4, green value is 134 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #04865c hue: 0.45 , saturation: 0.94 and the lightness value of 04865c is 0.27.

The process color (four color CMYK) of #04865c color hex is 0.97, 0.00, 0.31, 0.47. Web safe color of #04865c is #009966. Color #04865c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000110 01011100
Octal 4 206 134
Decimal 4 134 92
Hex 4 86 5C

RGB Percentages of Color #04865c

%1.74
%58.26
%40.00

CMYK Percentages of Color #04865c

%97
%0
%31
%47

Triadic Colors of #04865c

#04865c #5c0486 #865c04

Analogous Colors of #04865c

#04865c #046f86 #04861b

Monochromatic Colors of #04865c

#04865c

Complementary Color

#04865c #86042e

#04865c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04865c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04865c Color CSS Codes

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

#04865c Text Font Color

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

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


#04865c Background Color

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

This div background color is #04865c


#04865c Border Color

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

This div border color is #04865c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04865c


Comments

No comments written yet.

Please login to write comment.