Color Hex Logo

#68eace Color Hex

#68EACE
(104,234,206)
0 Favorites   0 Comments

Color spaces of #68eace

RGB 104234206
HSL0.460.760.66
HSV167°56°92°
CMYK 0.560.000.12   0.08
XYZ46.272366.244968.7403
Yxy66.24490.25530.3655
Hunter Lab81.3910-40.95366.8992
CIE-Lab85.1212-42.53072.7746

#68eace color RGB value is (104,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101010 11001110
Octal 150 352 316
Decimal 104 234 206
Hex 68 EA CE

RGB Percentages of Color #68eace

%19.12
%43.01
%37.87

CMYK Percentages of Color #68eace

%56
%0
%12
%8

Triadic Colors of #68eace

#68eace #ce68ea #eace68

Analogous Colors of #68eace

#68eace #68c5ea #68ea8d

Monochromatic Colors of #68eace

#68eace

Complementary Color

#68eace #ea6884

#68eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eace Color CSS Codes

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

#68eace Text Font Color

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

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


#68eace Background Color

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

This div background color is #68eace


#68eace Border Color

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

This div border color is #68eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eace


Comments

No comments written yet.

Please login to write comment.