Color Hex Logo

#69887d Color Hex

#69887D
(105,136,125)
0 Favorites   0 Comments

Color spaces of #69887d

RGB 105136125
HSL0.440.130.47
HSV159°23°53°
CMYK 0.230.000.08   0.47
XYZ18.331522.092222.7001
Yxy22.09220.29040.3500
Hunter Lab47.0023-12.63694.2671
CIE-Lab54.1247-13.37782.3134

#69887d color RGB value is (105,136,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001000 01111101
Octal 151 210 175
Decimal 105 136 125
Hex 69 88 7D

RGB Percentages of Color #69887d

%28.69
%37.16
%34.15

CMYK Percentages of Color #69887d

%23
%0
%8
%47

Triadic Colors of #69887d

#69887d #7d6988 #887d69

Analogous Colors of #69887d

#69887d #698488 #69886e

Monochromatic Colors of #69887d

#69887d

Complementary Color

#69887d #886974

#69887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69887d Color CSS Codes

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

#69887d Text Font Color

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

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


#69887d Background Color

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

This div background color is #69887d


#69887d Border Color

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

This div border color is #69887d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,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 #69887d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69887d


Comments

No comments written yet.

Please login to write comment.