Color Hex Logo

#69ab73 Color Hex

#69AB73
(105,171,115)
0 Favorites   0 Comments

Color spaces of #69ab73

RGB 105171115
HSL0.360.280.54
HSV129°39°67°
CMYK 0.390.000.33   0.33
XYZ23.483133.366921.4224
Yxy33.36690.30000.4263
Hunter Lab57.7641-28.520718.4466
CIE-Lab64.4569-33.052822.3957

#69ab73 color RGB value is (105,171,115).

#69ab73 hex color red value is 105, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #69ab73 hue: 0.36 , saturation: 0.28 and the lightness value of 69ab73 is 0.54.

The process color (four color CMYK) of #69ab73 color hex is 0.39, 0.00, 0.33, 0.33. Web safe color of #69ab73 is #669966. Color #69ab73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 01110011
Octal 151 253 163
Decimal 105 171 115
Hex 69 AB 73

RGB Percentages of Color #69ab73

%26.85
%43.73
%29.41

CMYK Percentages of Color #69ab73

%39
%0
%33
%33

Triadic Colors of #69ab73

#69ab73 #7369ab #ab7369

Analogous Colors of #69ab73

#69ab73 #69ab94 #80ab69

Monochromatic Colors of #69ab73

#69ab73

Complementary Color

#69ab73 #ab69a1

#69ab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ab73 Color CSS Codes

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

#69ab73 Text Font Color

<p style="color:#69ab73">Text here</p>

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


#69ab73 Background Color

<div style="background-color:#69ab73">
Div content here</div>

This div background color is #69ab73


#69ab73 Border Color

<div style="border:3px solid #69ab73">
Div here</div>

This div border color is #69ab73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,171,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69ab73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69ab73;
  -webkit-box-shadow: 1px 1px 3px 2px #69ab73;
  box-shadow:         1px 1px 3px 2px #69ab73; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ab73


Comments

No comments written yet.

Please login to write comment.