Color Hex Logo

#68ad5c Color Hex

#68AD5C
(104,173,92)
0 Favorites   0 Comments

Color spaces of #68ad5c

RGB 10417392
HSL0.310.330.52
HSV111°47°68°
CMYK 0.400.000.47   0.32
XYZ22.584333.602915.4209
Yxy33.60290.31540.4693
Hunter Lab57.9680-31.900524.8050
CIE-Lab64.6461-37.923534.7942

#68ad5c color RGB value is (104,173,92).

#68ad5c hex color red value is 104, green value is 173 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #68ad5c hue: 0.31 , saturation: 0.33 and the lightness value of 68ad5c is 0.52.

The process color (four color CMYK) of #68ad5c color hex is 0.40, 0.00, 0.47, 0.32. Web safe color of #68ad5c is #669966. Color #68ad5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 01011100
Octal 150 255 134
Decimal 104 173 92
Hex 68 AD 5C

RGB Percentages of Color #68ad5c

%28.18
%46.88
%24.93

CMYK Percentages of Color #68ad5c

%40
%0
%47
%32

Triadic Colors of #68ad5c

#68ad5c #5c68ad #ad5c68

Analogous Colors of #68ad5c

#68ad5c #5cad79 #91ad5c

Monochromatic Colors of #68ad5c

#68ad5c

Complementary Color

#68ad5c #a15cad

#68ad5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ad5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ad5c Color CSS Codes

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

#68ad5c Text Font Color

<p style="color:#68ad5c">Text here</p>

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


#68ad5c Background Color

<div style="background-color:#68ad5c">
Div content here</div>

This div background color is #68ad5c


#68ad5c Border Color

<div style="border:3px solid #68ad5c">
Div here</div>

This div border color is #68ad5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,173,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68ad5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68ad5c;
  -webkit-box-shadow: 1px 1px 3px 2px #68ad5c;
  box-shadow:         1px 1px 3px 2px #68ad5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ad5c


Comments

No comments written yet.

Please login to write comment.