Color Hex Logo

#68fb8c Color Hex

#68FB8C
(104,251,140)
0 Favorites   0 Comments

Color spaces of #68fb8c

RGB 104251140
HSL0.370.950.70
HSV135°59°98°
CMYK 0.590.000.44   0.02
XYZ44.939773.830936.6932
Yxy73.83090.28910.4749
Hunter Lab85.9249-57.011134.8284
CIE-Lab88.8425-62.383641.5845

#68fb8c color RGB value is (104,251,140).

#68fb8c hex color red value is 104, green value is 251 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #68fb8c hue: 0.37 , saturation: 0.95 and the lightness value of 68fb8c is 0.70.

The process color (four color CMYK) of #68fb8c color hex is 0.59, 0.00, 0.44, 0.02. Web safe color of #68fb8c is #66ff99. Color #68fb8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111011 10001100
Octal 150 373 214
Decimal 104 251 140
Hex 68 FB 8C

RGB Percentages of Color #68fb8c

%21.01
%50.71
%28.28

CMYK Percentages of Color #68fb8c

%59
%0
%44
%2

Triadic Colors of #68fb8c

#68fb8c #8c68fb #fb8c68

Analogous Colors of #68fb8c

#68fb8c #68fbd6 #8efb68

Monochromatic Colors of #68fb8c

#68fb8c

Complementary Color

#68fb8c #fb68d7

#68fb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fb8c Color CSS Codes

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

#68fb8c Text Font Color

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

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


#68fb8c Background Color

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

This div background color is #68fb8c


#68fb8c Border Color

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

This div border color is #68fb8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fb8c


Comments

No comments written yet.

Please login to write comment.