Color Hex Logo

#68ccad Color Hex

#68CCAD
(104,204,173)
0 Favorites   0 Comments

Color spaces of #68ccad

RGB 104204173
HSL0.450.500.60
HSV161°49°80°
CMYK 0.490.000.15   0.20
XYZ34.844649.145947.1848
Yxy49.14590.26560.3747
Hunter Lab70.1041-33.96059.1667
CIE-Lab75.5420-36.72656.4828

#68ccad color RGB value is (104,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 10101101
Octal 150 314 255
Decimal 104 204 173
Hex 68 CC AD

RGB Percentages of Color #68ccad

%21.62
%42.41
%35.97

CMYK Percentages of Color #68ccad

%49
%0
%15
%20

Triadic Colors of #68ccad

#68ccad #ad68cc #ccad68

Analogous Colors of #68ccad

#68ccad #68b9cc #68cc7b

Monochromatic Colors of #68ccad

#68ccad

Complementary Color

#68ccad #cc6887

#68ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccad Color CSS Codes

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

#68ccad Text Font Color

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

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


#68ccad Background Color

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

This div background color is #68ccad


#68ccad Border Color

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

This div border color is #68ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccad


Comments

No comments written yet.

Please login to write comment.