Color Hex Logo

#68aba9 Color Hex

#68ABA9
(104,171,169)
0 Favorites   0 Comments

Color spaces of #68aba9

RGB 104171169
HSL0.500.290.54
HSV178°39°67°
CMYK 0.390.000.01   0.33
XYZ27.433334.933442.8331
Yxy34.93340.26080.3321
Hunter Lab59.1045-20.5822-1.5944
CIE-Lab65.6968-21.7084-5.6881

#68aba9 color RGB value is (104,171,169).

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

The process color (four color CMYK) of #68aba9 color hex is 0.39, 0.00, 0.01, 0.33. Web safe color of #68aba9 is #669999. Color #68aba9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101011 10101001
Octal 150 253 251
Decimal 104 171 169
Hex 68 AB A9

RGB Percentages of Color #68aba9

%23.42
%38.51
%38.06

CMYK Percentages of Color #68aba9

%39
%0
%1
%33

Triadic Colors of #68aba9

#68aba9 #a968ab #aba968

Analogous Colors of #68aba9

#68aba9 #688cab #68ab88

Monochromatic Colors of #68aba9

#68aba9

Complementary Color

#68aba9 #ab686a

#68aba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aba9 Color CSS Codes

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

#68aba9 Text Font Color

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

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


#68aba9 Background Color

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

This div background color is #68aba9


#68aba9 Border Color

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

This div border color is #68aba9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,171,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 #68aba9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aba9


Comments

No comments written yet.

Please login to write comment.