Color Hex Logo

#04868e Color Hex

#04868E
(4,134,142)
0 Favorites   0 Comments

Color spaces of #04868e

RGB 4134142
HSL0.510.950.29
HSV183°97°56°
CMYK 0.970.060.00   0.44
XYZ13.457719.029028.5549
Yxy19.02900.22050.3117
Hunter Lab43.6222-21.2707-8.2754
CIE-Lab50.7211-26.9872-12.9813

#04868e color RGB value is (4,134,142).

#04868e hex color red value is 4, green value is 134 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #04868e hue: 0.51 , saturation: 0.95 and the lightness value of 04868e is 0.29.

The process color (four color CMYK) of #04868e color hex is 0.97, 0.06, 0.00, 0.44. Web safe color of #04868e is #009999. Color #04868e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000110 10001110
Octal 4 206 216
Decimal 4 134 142
Hex 4 86 8E

RGB Percentages of Color #04868e

%1.43
%47.86
%50.71

CMYK Percentages of Color #04868e

%97
%6
%0
%44

Triadic Colors of #04868e

#04868e #8e0486 #868e04

Analogous Colors of #04868e

#04868e #04418e #048e51

Monochromatic Colors of #04868e

#04868e

Complementary Color

#04868e #8e0c04

#04868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04868e Color CSS Codes

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

#04868e Text Font Color

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

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


#04868e Background Color

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

This div background color is #04868e


#04868e Border Color

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

This div border color is #04868e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04868e


Comments

No comments written yet.

Please login to write comment.