Color Hex Logo

#68bbaa Color Hex

#68BBAA
(104,187,170)
0 Favorites   0 Comments

Color spaces of #68bbaa

RGB 104187170
HSL0.470.380.57
HSV168°44°73°
CMYK 0.440.000.09   0.27
XYZ30.734941.386044.3986
Yxy41.38600.26380.3552
Hunter Lab64.3320-27.30174.1135
CIE-Lab70.4455-29.42010.7354

#68bbaa color RGB value is (104,187,170).

#68bbaa hex color red value is 104, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #68bbaa hue: 0.47 , saturation: 0.38 and the lightness value of 68bbaa is 0.57.

The process color (four color CMYK) of #68bbaa color hex is 0.44, 0.00, 0.09, 0.27. Web safe color of #68bbaa is #66cc99. Color #68bbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111011 10101010
Octal 150 273 252
Decimal 104 187 170
Hex 68 BB AA

RGB Percentages of Color #68bbaa

%22.56
%40.56
%36.88

CMYK Percentages of Color #68bbaa

%44
%0
%9
%27

Triadic Colors of #68bbaa

#68bbaa #aa68bb #bbaa68

Analogous Colors of #68bbaa

#68bbaa #68a3bb #68bb81

Monochromatic Colors of #68bbaa

#68bbaa

Complementary Color

#68bbaa #bb6879

#68bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bbaa Color CSS Codes

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

#68bbaa Text Font Color

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

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


#68bbaa Background Color

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

This div background color is #68bbaa


#68bbaa Border Color

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

This div border color is #68bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bbaa


Comments

No comments written yet.

Please login to write comment.