Color Hex Logo

#68ad9a Color Hex

#68AD9A
(104,173,154)
0 Favorites   0 Comments

Color spaces of #68ad9a

RGB 104173154
HSL0.450.300.54
HSV163°40°68°
CMYK 0.400.000.11   0.32
XYZ26.485235.163335.9631
Yxy35.16330.27130.3602
Hunter Lab59.2987-24.04725.5512
CIE-Lab65.8756-26.33062.9157

#68ad9a color RGB value is (104,173,154).

#68ad9a hex color red value is 104, green value is 173 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #68ad9a hue: 0.45 , saturation: 0.30 and the lightness value of 68ad9a is 0.54.

The process color (four color CMYK) of #68ad9a color hex is 0.40, 0.00, 0.11, 0.32. Web safe color of #68ad9a is #669999. Color #68ad9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 10011010
Octal 150 255 232
Decimal 104 173 154
Hex 68 AD 9A

RGB Percentages of Color #68ad9a

%24.13
%40.14
%35.73

CMYK Percentages of Color #68ad9a

%40
%0
%11
%32

Triadic Colors of #68ad9a

#68ad9a #9a68ad #ad9a68

Analogous Colors of #68ad9a

#68ad9a #689ead #68ad78

Monochromatic Colors of #68ad9a

#68ad9a

Complementary Color

#68ad9a #ad687b

#68ad9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ad9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ad9a Color CSS Codes

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

#68ad9a Text Font Color

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

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


#68ad9a Background Color

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

This div background color is #68ad9a


#68ad9a Border Color

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

This div border color is #68ad9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ad9a


Comments

No comments written yet.

Please login to write comment.