Color Hex Logo

#498c8b Color Hex

#498C8B
(73,140,139)
0 Favorites   0 Comments

Color spaces of #498c8b

RGB 73140139
HSL0.500.310.42
HSV179°48°55°
CMYK 0.480.000.01   0.45
XYZ16.785922.036727.7949
Yxy22.03670.25200.3308
Hunter Lab46.9433-18.3230-2.2451
CIE-Lab54.0659-21.4830-6.0685

#498c8b color RGB value is (73,140,139).

#498c8b hex color red value is 73, green value is 140 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #498c8b hue: 0.50 , saturation: 0.31 and the lightness value of 498c8b is 0.42.

The process color (four color CMYK) of #498c8b color hex is 0.48, 0.00, 0.01, 0.45. Web safe color of #498c8b is #339999. Color #498c8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 10001011
Octal 111 214 213
Decimal 73 140 139
Hex 49 8C 8B

RGB Percentages of Color #498c8b

%20.74
%39.77
%39.49

CMYK Percentages of Color #498c8b

%48
%0
%1
%45

Triadic Colors of #498c8b

#498c8b #8b498c #8c8b49

Analogous Colors of #498c8b

#498c8b #496c8c #498c6a

Monochromatic Colors of #498c8b

#498c8b

Complementary Color

#498c8b #8c494a

#498c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#498c8b Color CSS Codes

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

#498c8b Text Font Color

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

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


#498c8b Background Color

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

This div background color is #498c8b


#498c8b Border Color

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

This div border color is #498c8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,140,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498c8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #498c8b;
  box-shadow:         1px 1px 3px 2px #498c8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498c8b


Comments

No comments written yet.

Please login to write comment.