Color Hex Logo

#049998 Color Hex

#049998
(4,153,152)
0 Favorites   0 Comments

Color spaces of #049998

RGB 4153152
HSL0.500.950.31
HSV180°97°60°
CMYK 0.970.000.01   0.40
XYZ17.108825.075333.6440
Yxy25.07530.22560.3307
Hunter Lab50.0752-26.6450-4.7824
CIE-Lab57.1487-32.9835-9.0927

#049998 color RGB value is (4,153,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011001 10011000
Octal 4 231 230
Decimal 4 153 152
Hex 4 99 98

RGB Percentages of Color #049998

%1.29
%49.51
%49.19

CMYK Percentages of Color #049998

%97
%0
%1
%40

Triadic Colors of #049998

#049998 #980499 #999804

Analogous Colors of #049998

#049998 #045099 #04994e

Monochromatic Colors of #049998

#049998

Complementary Color

#049998 #990405

#049998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049998 Color CSS Codes

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

#049998 Text Font Color

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

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


#049998 Background Color

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

This div background color is #049998


#049998 Border Color

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

This div border color is #049998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049998


Comments

No comments written yet.

Please login to write comment.