Color Hex Logo

#04999a Color Hex

#04999A
(4,153,154)
0 Favorites   0 Comments

Color spaces of #04999a

RGB 4153154
HSL0.500.950.31
HSV180°97°60°
CMYK 0.970.010.00   0.40
XYZ17.274025.141434.5142
Yxy25.14140.22450.3268
Hunter Lab50.1412-26.2526-5.7128
CIE-Lab57.2129-32.3546-10.1378

#04999a color RGB value is (4,153,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011001 10011010
Octal 4 231 232
Decimal 4 153 154
Hex 4 99 9A

RGB Percentages of Color #04999a

%1.29
%49.20
%49.52

CMYK Percentages of Color #04999a

%97
%1
%0
%40

Triadic Colors of #04999a

#04999a #9a0499 #999a04

Analogous Colors of #04999a

#04999a #044e9a #049a50

Monochromatic Colors of #04999a

#04999a

Complementary Color

#04999a #9a0504

#04999a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04999a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04999a Color CSS Codes

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

#04999a Text Font Color

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

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


#04999a Background Color

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

This div background color is #04999a


#04999a Border Color

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

This div border color is #04999a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04999a


Comments

No comments written yet.

Please login to write comment.