Color Hex Logo

#68ddac Color Hex

#68DDAC
(104,221,172)
0 Favorites   0 Comments

Color spaces of #68ddac

RGB 104221172
HSL0.430.630.64
HSV155°53°87°
CMYK 0.530.000.22   0.13
XYZ39.011857.634548.0982
Yxy57.63450.26950.3982
Hunter Lab75.9174-41.129315.5784
CIE-Lab80.5352-44.516814.1213

#68ddac color RGB value is (104,221,172).

#68ddac hex color red value is 104, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #68ddac hue: 0.43 , saturation: 0.63 and the lightness value of 68ddac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 10101100
Octal 150 335 254
Decimal 104 221 172
Hex 68 DD AC

RGB Percentages of Color #68ddac

%20.93
%44.47
%34.61

CMYK Percentages of Color #68ddac

%53
%0
%22
%13

Triadic Colors of #68ddac

#68ddac #ac68dd #ddac68

Analogous Colors of #68ddac

#68ddac #68d4dd #68dd72

Monochromatic Colors of #68ddac

#68ddac

Complementary Color

#68ddac #dd6899

#68ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ddac Color CSS Codes

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

#68ddac Text Font Color

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

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


#68ddac Background Color

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

This div background color is #68ddac


#68ddac Border Color

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

This div border color is #68ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ddac


Comments

No comments written yet.

Please login to write comment.