Color Hex Logo

#68ada9 Color Hex

#68ADA9
(104,173,169)
0 Favorites   0 Comments

Color spaces of #68ada9

RGB 104173169
HSL0.490.300.54
HSV177°40°68°
CMYK 0.400.000.02   0.32
XYZ27.813935.694842.9599
Yxy35.69480.26120.3353
Hunter Lab59.7451-21.4546-0.8111
CIE-Lab66.2861-22.7274-4.8165

#68ada9 color RGB value is (104,173,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 10101001
Octal 150 255 251
Decimal 104 173 169
Hex 68 AD A9

RGB Percentages of Color #68ada9

%23.32
%38.79
%37.89

CMYK Percentages of Color #68ada9

%40
%0
%2
%32

Triadic Colors of #68ada9

#68ada9 #a968ad #ada968

Analogous Colors of #68ada9

#68ada9 #688fad #68ad87

Monochromatic Colors of #68ada9

#68ada9

Complementary Color

#68ada9 #ad686c

#68ada9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ada9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ada9 Color CSS Codes

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

#68ada9 Text Font Color

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

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


#68ada9 Background Color

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

This div background color is #68ada9


#68ada9 Border Color

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

This div border color is #68ada9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ada9


Comments

No comments written yet.

Please login to write comment.