Color Hex Logo

#68ccab Color Hex

#68CCAB
(104,204,171)
0 Favorites   0 Comments

Color spaces of #68ccab

RGB 104204171
HSL0.450.500.60
HSV160°49°80°
CMYK 0.490.000.16   0.20
XYZ34.652549.069146.1730
Yxy49.06910.26680.3778
Hunter Lab70.0493-34.28479.9536
CIE-Lab75.4943-37.17977.4902

#68ccab color RGB value is (104,204,171).

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

The process color (four color CMYK) of #68ccab color hex is 0.49, 0.00, 0.16, 0.20. Web safe color of #68ccab is #66cc99. Color #68ccab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 10101011
Octal 150 314 253
Decimal 104 204 171
Hex 68 CC AB

RGB Percentages of Color #68ccab

%21.71
%42.59
%35.70

CMYK Percentages of Color #68ccab

%49
%0
%16
%20

Triadic Colors of #68ccab

#68ccab #ab68cc #ccab68

Analogous Colors of #68ccab

#68ccab #68bbcc #68cc79

Monochromatic Colors of #68ccab

#68ccab

Complementary Color

#68ccab #cc6889

#68ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccab Color CSS Codes

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

#68ccab Text Font Color

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

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


#68ccab Background Color

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

This div background color is #68ccab


#68ccab Border Color

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

This div border color is #68ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccab


Comments

No comments written yet.

Please login to write comment.