Color Hex Logo

#68887d Color Hex

#68887D
(104,136,125)
0 Favorites   0 Comments

Color spaces of #68887d

RGB 104136125
HSL0.440.130.47
HSV159°24°53°
CMYK 0.240.000.08   0.47
XYZ18.214822.032022.6946
Yxy22.03200.28940.3500
Hunter Lab46.9383-12.87354.1901
CIE-Lab54.0609-13.71732.2131

#68887d color RGB value is (104,136,125).

#68887d hex color red value is 104, green value is 136 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #68887d hue: 0.44 , saturation: 0.13 and the lightness value of 68887d is 0.47.

The process color (four color CMYK) of #68887d color hex is 0.24, 0.00, 0.08, 0.47. Web safe color of #68887d is #669966. Color #68887d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001000 01111101
Octal 150 210 175
Decimal 104 136 125
Hex 68 88 7D

RGB Percentages of Color #68887d

%28.49
%37.26
%34.25

CMYK Percentages of Color #68887d

%24
%0
%8
%47

Triadic Colors of #68887d

#68887d #7d6888 #887d68

Analogous Colors of #68887d

#68887d #688388 #68886d

Monochromatic Colors of #68887d

#68887d

Complementary Color

#68887d #886873

#68887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68887d Color CSS Codes

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

#68887d Text Font Color

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

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


#68887d Background Color

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

This div background color is #68887d


#68887d Border Color

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

This div border color is #68887d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,136,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68887d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68887d;
  -webkit-box-shadow: 1px 1px 3px 2px #68887d;
  box-shadow:         1px 1px 3px 2px #68887d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,136,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68887d

#68887d Color Palettes


Comments

No comments written yet.

Please login to write comment.