Color Hex Logo

#5c988b Color Hex

#5C988B
(92,152,139)
0 Favorites   0 Comments

Color spaces of #5c988b

RGB 92152139
HSL0.460.250.48
HSV167°39°60°
CMYK 0.390.000.09   0.40
XYZ20.302126.595928.4896
Yxy26.59590.26930.3528
Hunter Lab51.5712-19.97933.3461
CIE-Lab58.5984-22.65980.6979

#5c988b color RGB value is (92,152,139).

#5c988b hex color red value is 92, green value is 152 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5c988b hue: 0.46 , saturation: 0.25 and the lightness value of 5c988b is 0.48.

The process color (four color CMYK) of #5c988b color hex is 0.39, 0.00, 0.09, 0.40. Web safe color of #5c988b is #669999. Color #5c988b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10011000 10001011
Octal 134 230 213
Decimal 92 152 139
Hex 5C 98 8B

RGB Percentages of Color #5c988b

%24.02
%39.69
%36.29

CMYK Percentages of Color #5c988b

%39
%0
%9
%40

Triadic Colors of #5c988b

#5c988b #8b5c98 #988b5c

Analogous Colors of #5c988b

#5c988b #5c8798 #5c986d

Monochromatic Colors of #5c988b

#5c988b

Complementary Color

#5c988b #985c69

#5c988b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c988b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c988b Color CSS Codes

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

#5c988b Text Font Color

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

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


#5c988b Background Color

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

This div background color is #5c988b


#5c988b Border Color

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

This div border color is #5c988b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,152,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 #5c988b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c988b


Comments

No comments written yet.

Please login to write comment.