Color Hex Logo

#59938a Color Hex

#59938A
(89,147,138)
0 Favorites   0 Comments

Color spaces of #59938a

RGB 89147138
HSL0.470.250.46
HSV171°39°58°
CMYK 0.390.000.06   0.42
XYZ19.141024.826327.8279
Yxy24.82630.26660.3458
Hunter Lab49.8260-18.62351.7646
CIE-Lab56.9058-21.1741-1.2223

#59938a color RGB value is (89,147,138).

#59938a hex color red value is 89, green value is 147 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59938a hue: 0.47 , saturation: 0.25 and the lightness value of 59938a is 0.46.

The process color (four color CMYK) of #59938a color hex is 0.39, 0.00, 0.06, 0.42. Web safe color of #59938a is #669999. Color #59938a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010011 10001010
Octal 131 223 212
Decimal 89 147 138
Hex 59 93 8A

RGB Percentages of Color #59938a

%23.80
%39.30
%36.90

CMYK Percentages of Color #59938a

%39
%0
%6
%42

Triadic Colors of #59938a

#59938a #8a5993 #938a59

Analogous Colors of #59938a

#59938a #597f93 #59936d

Monochromatic Colors of #59938a

#59938a

Complementary Color

#59938a #935962

#59938a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59938a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59938a Color CSS Codes

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

#59938a Text Font Color

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

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


#59938a Background Color

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

This div background color is #59938a


#59938a Border Color

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

This div border color is #59938a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,147,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59938a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59938a;
  -webkit-box-shadow: 1px 1px 3px 2px #59938a;
  box-shadow:         1px 1px 3px 2px #59938a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59938a


Comments

No comments written yet.

Please login to write comment.