Color Hex Logo

#57938e Color Hex

#57938E
(87,147,142)
0 Favorites   0 Comments

Color spaces of #57938e

RGB 87147142
HSL0.490.260.46
HSV175°41°58°
CMYK 0.410.000.03   0.42
XYZ19.246724.846729.3727
Yxy24.84670.26200.3382
Hunter Lab49.8465-18.3090-0.0449
CIE-Lab56.9257-20.7217-3.4943

#57938e color RGB value is (87,147,142).

#57938e hex color red value is 87, green value is 147 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #57938e hue: 0.49 , saturation: 0.26 and the lightness value of 57938e is 0.46.

The process color (four color CMYK) of #57938e color hex is 0.41, 0.00, 0.03, 0.42. Web safe color of #57938e is #669999. Color #57938e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010011 10001110
Octal 127 223 216
Decimal 87 147 142
Hex 57 93 8E

RGB Percentages of Color #57938e

%23.14
%39.10
%37.77

CMYK Percentages of Color #57938e

%41
%0
%3
%42

Triadic Colors of #57938e

#57938e #8e5793 #938e57

Analogous Colors of #57938e

#57938e #577a93 #579370

Monochromatic Colors of #57938e

#57938e

Complementary Color

#57938e #93575c

#57938e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57938e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57938e Color CSS Codes

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

#57938e Text Font Color

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

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


#57938e Background Color

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

This div background color is #57938e


#57938e Border Color

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

This div border color is #57938e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,147,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57938e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57938e;
  -webkit-box-shadow: 1px 1px 3px 2px #57938e;
  box-shadow:         1px 1px 3px 2px #57938e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57938e


Comments

No comments written yet.

Please login to write comment.