Color Hex Logo

#049a9b Color Hex

#049A9B
(4,154,155)
0 Favorites   0 Comments

Color spaces of #049a9b

RGB 4154155
HSL0.500.950.31
HSV180°97°61°
CMYK 0.970.010.00   0.39
XYZ17.522125.503635.0095
Yxy25.50360.22450.3268
Hunter Lab50.5011-26.4437-5.7516
CIE-Lab57.5628-32.5133-10.1837

#049a9b color RGB value is (4,154,155).

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

The process color (four color CMYK) of #049a9b color hex is 0.97, 0.01, 0.00, 0.39. Web safe color of #049a9b is #009999. Color #049a9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011010 10011011
Octal 4 232 233
Decimal 4 154 155
Hex 4 9A 9B

RGB Percentages of Color #049a9b

%1.28
%49.20
%49.52

CMYK Percentages of Color #049a9b

%97
%1
%0
%39

Triadic Colors of #049a9b

#049a9b #9b049a #9a9b04

Analogous Colors of #049a9b

#049a9b #044f9b #049b51

Monochromatic Colors of #049a9b

#049a9b

Complementary Color

#049a9b #9b0504

#049a9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049a9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#049a9b Color CSS Codes

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

#049a9b Text Font Color

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

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


#049a9b Background Color

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

This div background color is #049a9b


#049a9b Border Color

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

This div border color is #049a9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049a9b


Comments

No comments written yet.

Please login to write comment.