Color Hex Logo

#68eeda Color Hex

#68EEDA
(104,238,218)
0 Favorites   0 Comments

Color spaces of #68eeda

RGB 104238218
HSL0.480.800.67
HSV171°56°93°
CMYK 0.560.000.08   0.07
XYZ48.938369.154177.0984
Yxy69.15410.25070.3543
Hunter Lab83.1589-40.48253.2423
CIE-Lab86.5803-41.4065-1.3993

#68eeda color RGB value is (104,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101110 11011010
Octal 150 356 332
Decimal 104 238 218
Hex 68 EE DA

RGB Percentages of Color #68eeda

%18.57
%42.50
%38.93

CMYK Percentages of Color #68eeda

%56
%0
%8
%7

Triadic Colors of #68eeda

#68eeda #da68ee #eeda68

Analogous Colors of #68eeda

#68eeda #68bfee #68ee97

Monochromatic Colors of #68eeda

#68eeda

Complementary Color

#68eeda #ee687c

#68eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eeda Color CSS Codes

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

#68eeda Text Font Color

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

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


#68eeda Background Color

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

This div background color is #68eeda


#68eeda Border Color

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

This div border color is #68eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eeda


Comments

No comments written yet.

Please login to write comment.