Color Hex Logo

#69957b Color Hex

#69957B
(105,149,123)
0 Favorites   0 Comments

Color spaces of #69957b

RGB 105149123
HSL0.400.170.50
HSV145°30°58°
CMYK 0.300.000.17   0.42
XYZ20.148325.928222.6816
Yxy25.92820.29300.3771
Hunter Lab50.9197-18.47939.2338
CIE-Lab57.9688-20.70288.9735

#69957b color RGB value is (105,149,123).

#69957b hex color red value is 105, green value is 149 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #69957b hue: 0.40 , saturation: 0.17 and the lightness value of 69957b is 0.50.

The process color (four color CMYK) of #69957b color hex is 0.30, 0.00, 0.17, 0.42. Web safe color of #69957b is #669966. Color #69957b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010101 01111011
Octal 151 225 173
Decimal 105 149 123
Hex 69 95 7B

RGB Percentages of Color #69957b

%27.85
%39.52
%32.63

CMYK Percentages of Color #69957b

%30
%0
%17
%42

Triadic Colors of #69957b

#69957b #7b6995 #957b69

Analogous Colors of #69957b

#69957b #699591 #6d9569

Monochromatic Colors of #69957b

#69957b

Complementary Color

#69957b #956983

#69957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69957b Color CSS Codes

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

#69957b Text Font Color

<p style="color:#69957b">Text here</p>

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


#69957b Background Color

<div style="background-color:#69957b">
Div content here</div>

This div background color is #69957b


#69957b Border Color

<div style="border:3px solid #69957b">
Div here</div>

This div border color is #69957b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,149,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69957b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69957b;
  -webkit-box-shadow: 1px 1px 3px 2px #69957b;
  box-shadow:         1px 1px 3px 2px #69957b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,149,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69957b


Comments

No comments written yet.

Please login to write comment.