Color Hex Logo

#68eaae Color Hex

#68EAAE
(104,234,174)
0 Favorites   0 Comments

Color spaces of #68eaae

RGB 104234174
HSL0.420.760.66
HSV152°56°92°
CMYK 0.560.000.26   0.08
XYZ42.771764.844750.3064
Yxy64.84470.27080.4106
Hunter Lab80.5262-46.110119.3286
CIE-Lab84.4036-49.618018.4949

#68eaae color RGB value is (104,234,174).

#68eaae hex color red value is 104, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #68eaae hue: 0.42 , saturation: 0.76 and the lightness value of 68eaae is 0.66.

The process color (four color CMYK) of #68eaae color hex is 0.56, 0.00, 0.26, 0.08. Web safe color of #68eaae is #66ff99. Color #68eaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101010 10101110
Octal 150 352 256
Decimal 104 234 174
Hex 68 EA AE

RGB Percentages of Color #68eaae

%20.31
%45.70
%33.98

CMYK Percentages of Color #68eaae

%56
%0
%26
%8

Triadic Colors of #68eaae

#68eaae #ae68ea #eaae68

Analogous Colors of #68eaae

#68eaae #68e5ea #68ea6d

Monochromatic Colors of #68eaae

#68eaae

Complementary Color

#68eaae #ea68a4

#68eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eaae Color CSS Codes

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

#68eaae Text Font Color

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

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


#68eaae Background Color

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

This div background color is #68eaae


#68eaae Border Color

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

This div border color is #68eaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eaae


Comments

No comments written yet.

Please login to write comment.