Color Hex Logo

#04979a Color Hex

#04979A
(4,151,154)
0 Favorites   0 Comments

Color spaces of #04979a

RGB 4151154
HSL0.500.950.31
HSV181°97°60°
CMYK 0.970.020.00   0.40
XYZ16.949424.492134.4060
Yxy24.49210.22350.3229
Hunter Lab49.4895-25.4731-6.5768
CIE-Lab56.5772-31.3994-11.0913

#04979a color RGB value is (4,151,154).

#04979a hex color red value is 4, green value is 151 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #04979a hue: 0.50 , saturation: 0.95 and the lightness value of 04979a is 0.31.

The process color (four color CMYK) of #04979a color hex is 0.97, 0.02, 0.00, 0.40. Web safe color of #04979a is #009999. Color #04979a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010111 10011010
Octal 4 227 232
Decimal 4 151 154
Hex 4 97 9A

RGB Percentages of Color #04979a

%1.29
%48.87
%49.84

CMYK Percentages of Color #04979a

%97
%2
%0
%40

Triadic Colors of #04979a

#04979a #9a0497 #979a04

Analogous Colors of #04979a

#04979a #044c9a #049a52

Monochromatic Colors of #04979a

#04979a

Complementary Color

#04979a #9a0704

#04979a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04979a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04979a Color CSS Codes

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

#04979a Text Font Color

<p style="color:#04979a">Text here</p>

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


#04979a Background Color

<div style="background-color:#04979a">
Div content here</div>

This div background color is #04979a


#04979a Border Color

<div style="border:3px solid #04979a">
Div here</div>

This div border color is #04979a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,151,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04979a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04979a;
  -webkit-box-shadow: 1px 1px 3px 2px #04979a;
  box-shadow:         1px 1px 3px 2px #04979a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04979a


Comments

No comments written yet.

Please login to write comment.