Color Hex Logo

#68deae Color Hex

#68DEAE
(104,222,174)
0 Favorites   0 Comments

Color spaces of #68deae

RGB 104222174
HSL0.430.640.64
HSV156°53°87°
CMYK 0.530.000.22   0.13
XYZ39.470258.241649.2059
Yxy58.24160.26870.3964
Hunter Lab76.3162-41.234415.1933
CIE-Lab80.8729-44.523013.5433

#68deae color RGB value is (104,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011110 10101110
Octal 150 336 256
Decimal 104 222 174
Hex 68 DE AE

RGB Percentages of Color #68deae

%20.80
%44.40
%34.80

CMYK Percentages of Color #68deae

%53
%0
%22
%13

Triadic Colors of #68deae

#68deae #ae68de #deae68

Analogous Colors of #68deae

#68deae #68d3de #68de73

Monochromatic Colors of #68deae

#68deae

Complementary Color

#68deae #de6898

#68deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#68deae Color CSS Codes

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

#68deae Text Font Color

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

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


#68deae Background Color

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

This div background color is #68deae


#68deae Border Color

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

This div border color is #68deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68deae


Comments

No comments written yet.

Please login to write comment.