Color Hex Logo

#049695 Color Hex

#049695
(4,150,149)
0 Favorites   0 Comments

Color spaces of #049695

RGB 4150149
HSL0.500.950.30
HSV180°97°59°
CMYK 0.970.000.01   0.41
XYZ16.381224.008432.2045
Yxy24.00840.22570.3307
Hunter Lab48.9984-26.0708-4.6699
CIE-Lab56.0962-32.5070-8.9508

#049695 color RGB value is (4,150,149).

#049695 hex color red value is 4, green value is 150 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #049695 hue: 0.50 , saturation: 0.95 and the lightness value of 049695 is 0.30.

The process color (four color CMYK) of #049695 color hex is 0.97, 0.00, 0.01, 0.41. Web safe color of #049695 is #009999. Color #049695 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010110 10010101
Octal 4 226 225
Decimal 4 150 149
Hex 4 96 95

RGB Percentages of Color #049695

%1.32
%49.50
%49.17

CMYK Percentages of Color #049695

%97
%0
%1
%41

Triadic Colors of #049695

#049695 #950496 #969504

Analogous Colors of #049695

#049695 #044e96 #04964c

Monochromatic Colors of #049695

#049695

Complementary Color

#049695 #960405

#049695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049695 Color CSS Codes

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

#049695 Text Font Color

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

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


#049695 Background Color

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

This div background color is #049695


#049695 Border Color

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

This div border color is #049695


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,150,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049695; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049695;
  -webkit-box-shadow: 1px 1px 3px 2px #049695;
  box-shadow:         1px 1px 3px 2px #049695; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049695


Comments

No comments written yet.

Please login to write comment.