Color Hex Logo

#68efaf Color Hex

#68EFAF
(104,239,175)
0 Favorites   0 Comments

Color spaces of #68efaf

RGB 104239175
HSL0.420.810.67
HSV152°56°94°
CMYK 0.560.000.27   0.06
XYZ44.313367.771251.3030
Yxy67.77120.27120.4148
Hunter Lab82.3233-47.982020.6774
CIE-Lab85.8919-51.483820.0466

#68efaf color RGB value is (104,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101111 10101111
Octal 150 357 257
Decimal 104 239 175
Hex 68 EF AF

RGB Percentages of Color #68efaf

%20.08
%46.14
%33.78

CMYK Percentages of Color #68efaf

%56
%0
%27
%6

Triadic Colors of #68efaf

#68efaf #af68ef #efaf68

Analogous Colors of #68efaf

#68efaf #68ecef #68ef6c

Monochromatic Colors of #68efaf

#68efaf

Complementary Color

#68efaf #ef68a8

#68efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68efaf Color CSS Codes

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

#68efaf Text Font Color

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

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


#68efaf Background Color

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

This div background color is #68efaf


#68efaf Border Color

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

This div border color is #68efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68efaf


Comments

No comments written yet.

Please login to write comment.