Color Hex Logo

#68cdae Color Hex

#68CDAE
(104,205,174)
0 Favorites   0 Comments

Color spaces of #68cdae

RGB 104205174
HSL0.450.500.61
HSV162°49°80°
CMYK 0.490.000.15   0.20
XYZ35.180249.661747.7759
Yxy49.66170.26530.3745
Hunter Lab70.4711-34.21459.1340
CIE-Lab75.8611-36.95696.4037

#68cdae color RGB value is (104,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001101 10101110
Octal 150 315 256
Decimal 104 205 174
Hex 68 CD AE

RGB Percentages of Color #68cdae

%21.53
%42.44
%36.02

CMYK Percentages of Color #68cdae

%49
%0
%15
%20

Triadic Colors of #68cdae

#68cdae #ae68cd #cdae68

Analogous Colors of #68cdae

#68cdae #68bacd #68cd7c

Monochromatic Colors of #68cdae

#68cdae

Complementary Color

#68cdae #cd6887

#68cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cdae Color CSS Codes

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

#68cdae Text Font Color

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

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


#68cdae Background Color

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

This div background color is #68cdae


#68cdae Border Color

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

This div border color is #68cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cdae


Comments

No comments written yet.

Please login to write comment.