Color Hex Logo

#04995a Color Hex

#04995A
(4,153,90)
0 Favorites   0 Comments

Color spaces of #04995a

RGB 415390
HSL0.430.950.31
HSV155°97°60°
CMYK 0.970.000.41   0.40
XYZ13.286823.546513.5175
Yxy23.54650.26390.4676
Hunter Lab48.5247-36.042317.4509
CIE-Lab55.6309-49.257723.7294

#04995a color RGB value is (4,153,90).

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

The process color (four color CMYK) of #04995a color hex is 0.97, 0.00, 0.41, 0.40. Web safe color of #04995a is #009966. Color #04995a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011001 01011010
Octal 4 231 132
Decimal 4 153 90
Hex 4 99 5A

RGB Percentages of Color #04995a

%1.62
%61.94
%36.44

CMYK Percentages of Color #04995a

%97
%0
%41
%40

Triadic Colors of #04995a

#04995a #5a0499 #995a04

Analogous Colors of #04995a

#04995a #048e99 #049910

Monochromatic Colors of #04995a

#04995a

Complementary Color

#04995a #990443

#04995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04995a Color CSS Codes

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

#04995a Text Font Color

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

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


#04995a Background Color

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

This div background color is #04995a


#04995a Border Color

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

This div border color is #04995a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04995a


Comments

No comments written yet.

Please login to write comment.