Color Hex Logo

#69977d Color Hex

#69977D
(105,151,125)
0 Favorites   0 Comments

Color spaces of #69977d

RGB 105151125
HSL0.410.180.50
HSV146°30°59°
CMYK 0.300.000.17   0.41
XYZ20.594026.617123.4542
Yxy26.61710.29140.3767
Hunter Lab51.5918-19.03339.1603
CIE-Lab58.6182-21.31968.7620

#69977d color RGB value is (105,151,125).

#69977d hex color red value is 105, green value is 151 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #69977d hue: 0.41 , saturation: 0.18 and the lightness value of 69977d is 0.50.

The process color (four color CMYK) of #69977d color hex is 0.30, 0.00, 0.17, 0.41. Web safe color of #69977d is #669966. Color #69977d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 01111101
Octal 151 227 175
Decimal 105 151 125
Hex 69 97 7D

RGB Percentages of Color #69977d

%27.56
%39.63
%32.81

CMYK Percentages of Color #69977d

%30
%0
%17
%41

Triadic Colors of #69977d

#69977d #7d6997 #977d69

Analogous Colors of #69977d

#69977d #699794 #6c9769

Monochromatic Colors of #69977d

#69977d

Complementary Color

#69977d #976983

#69977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69977d Color CSS Codes

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

#69977d Text Font Color

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

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


#69977d Background Color

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

This div background color is #69977d


#69977d Border Color

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

This div border color is #69977d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69977d


Comments

No comments written yet.

Please login to write comment.