Color Hex Logo

#68c5ac Color Hex

#68C5AC
(104,197,172)
0 Favorites   0 Comments

Color spaces of #68c5ac

RGB 104197172
HSL0.460.440.59
HSV164°47°77°
CMYK 0.470.000.13   0.23
XYZ33.121645.854146.1348
Yxy45.85410.26470.3665
Hunter Lab67.7157-31.19317.0066
CIE-Lab73.4508-33.71094.0083

#68c5ac color RGB value is (104,197,172).

#68c5ac hex color red value is 104, green value is 197 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #68c5ac hue: 0.46 , saturation: 0.44 and the lightness value of 68c5ac is 0.59.

The process color (four color CMYK) of #68c5ac color hex is 0.47, 0.00, 0.13, 0.23. Web safe color of #68c5ac is #66cc99. Color #68c5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11000101 10101100
Octal 150 305 254
Decimal 104 197 172
Hex 68 C5 AC

RGB Percentages of Color #68c5ac

%21.99
%41.65
%36.36

CMYK Percentages of Color #68c5ac

%47
%0
%13
%23

Triadic Colors of #68c5ac

#68c5ac #ac68c5 #c5ac68

Analogous Colors of #68c5ac

#68c5ac #68b0c5 #68c57e

Monochromatic Colors of #68c5ac

#68c5ac

Complementary Color

#68c5ac #c56881

#68c5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68c5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#68c5ac Color CSS Codes

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

#68c5ac Text Font Color

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

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


#68c5ac Background Color

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

This div background color is #68c5ac


#68c5ac Border Color

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

This div border color is #68c5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68c5ac


Comments

No comments written yet.

Please login to write comment.