Color Hex Logo

#68ecde Color Hex

#68ECDE
(104,236,222)
0 Favorites   0 Comments

Color spaces of #68ecde

RGB 104236222
HSL0.480.780.67
HSV174°56°93°
CMYK 0.560.000.06   0.07
XYZ48.889268.207979.6960
Yxy68.20790.24840.3466
Hunter Lab82.5881-38.86350.5979
CIE-Lab86.1103-39.5147-4.1895

#68ecde color RGB value is (104,236,222).

#68ecde hex color red value is 104, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #68ecde hue: 0.48 , saturation: 0.78 and the lightness value of 68ecde is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101100 11011110
Octal 150 354 336
Decimal 104 236 222
Hex 68 EC DE

RGB Percentages of Color #68ecde

%18.51
%41.99
%39.50

CMYK Percentages of Color #68ecde

%56
%0
%6
%7

Triadic Colors of #68ecde

#68ecde #de68ec #ecde68

Analogous Colors of #68ecde

#68ecde #68b8ec #68ec9c

Monochromatic Colors of #68ecde

#68ecde

Complementary Color

#68ecde #ec6876

#68ecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ecde Color CSS Codes

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

#68ecde Text Font Color

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

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


#68ecde Background Color

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

This div background color is #68ecde


#68ecde Border Color

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

This div border color is #68ecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ecde


Comments

No comments written yet.

Please login to write comment.