Color Hex Logo

#56998d Color Hex

#56998D
(86,153,141)
0 Favorites   0 Comments

Color spaces of #56998d

RGB 86153141
HSL0.470.280.47
HSV169°44°60°
CMYK 0.440.000.08   0.40
XYZ20.036726.684029.2938
Yxy26.68400.26360.3510
Hunter Lab51.6566-21.16192.5370
CIE-Lab58.6807-24.3226-0.3528

#56998d color RGB value is (86,153,141).

#56998d hex color red value is 86, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #56998d hue: 0.47 , saturation: 0.28 and the lightness value of 56998d is 0.47.

The process color (four color CMYK) of #56998d color hex is 0.44, 0.00, 0.08, 0.40. Web safe color of #56998d is #669999. Color #56998d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10011001 10001101
Octal 126 231 215
Decimal 86 153 141
Hex 56 99 8D

RGB Percentages of Color #56998d

%22.63
%40.26
%37.11

CMYK Percentages of Color #56998d

%44
%0
%8
%40

Triadic Colors of #56998d

#56998d #8d5699 #998d56

Analogous Colors of #56998d

#56998d #568499 #56996c

Monochromatic Colors of #56998d

#56998d

Complementary Color

#56998d #995662

#56998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56998d Color CSS Codes

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

#56998d Text Font Color

<p style="color:#56998d">Text here</p>

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


#56998d Background Color

<div style="background-color:#56998d">
Div content here</div>

This div background color is #56998d


#56998d Border Color

<div style="border:3px solid #56998d">
Div here</div>

This div border color is #56998d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,153,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56998d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56998d;
  -webkit-box-shadow: 1px 1px 3px 2px #56998d;
  box-shadow:         1px 1px 3px 2px #56998d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56998d


Comments

No comments written yet.

Please login to write comment.