Color Hex Logo

#68ab8f Color Hex

#68AB8F
(104,171,143)
0 Favorites   0 Comments

Color spaces of #68ab8f

RGB 104171143
HSL0.430.290.54
HSV155°39°67°
CMYK 0.390.000.16   0.33
XYZ25.229834.052031.2296
Yxy34.05200.27870.3762
Hunter Lab58.3541-24.94399.1174
CIE-Lab65.0038-27.81667.7656

#68ab8f color RGB value is (104,171,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101011 10001111
Octal 150 253 217
Decimal 104 171 143
Hex 68 AB 8F

RGB Percentages of Color #68ab8f

%24.88
%40.91
%34.21

CMYK Percentages of Color #68ab8f

%39
%0
%16
%33

Triadic Colors of #68ab8f

#68ab8f #8f68ab #ab8f68

Analogous Colors of #68ab8f

#68ab8f #68a6ab #68ab6e

Monochromatic Colors of #68ab8f

#68ab8f

Complementary Color

#68ab8f #ab6884

#68ab8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ab8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ab8f Color CSS Codes

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

#68ab8f Text Font Color

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

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


#68ab8f Background Color

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

This div background color is #68ab8f


#68ab8f Border Color

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

This div border color is #68ab8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ab8f


Comments

No comments written yet.

Please login to write comment.