Color Hex Logo

#68efda Color Hex

#68EFDA
(104,239,218)
0 Favorites   0 Comments

Color spaces of #68efda

RGB 104239218
HSL0.470.810.67
HSV171°56°94°
CMYK 0.560.000.09   0.06
XYZ49.230369.738077.1957
Yxy69.73800.25100.3555
Hunter Lab83.5093-40.91213.6490
CIE-Lab86.8682-41.8520-0.9778

#68efda color RGB value is (104,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101111 11011010
Octal 150 357 332
Decimal 104 239 218
Hex 68 EF DA

RGB Percentages of Color #68efda

%18.54
%42.60
%38.86

CMYK Percentages of Color #68efda

%56
%0
%9
%6

Triadic Colors of #68efda

#68efda #da68ef #efda68

Analogous Colors of #68efda

#68efda #68c1ef #68ef97

Monochromatic Colors of #68efda

#68efda

Complementary Color

#68efda #ef687d

#68efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#68efda Color CSS Codes

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

#68efda Text Font Color

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

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


#68efda Background Color

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

This div background color is #68efda


#68efda Border Color

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

This div border color is #68efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68efda


Comments

No comments written yet.

Please login to write comment.