Color Hex Logo

#68e680 Color Hex

#68E680
(104,230,128)
0 Favorites   0 Comments

Color spaces of #68e680

RGB 104230128
HSL0.370.720.65
HSV131°55°90°
CMYK 0.550.000.44   0.10
XYZ37.902061.095230.2170
Yxy61.09520.29330.4728
Hunter Lab78.1634-50.230131.7936
CIE-Lab82.4299-56.241339.2518

#68e680 color RGB value is (104,230,128).

#68e680 hex color red value is 104, green value is 230 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #68e680 hue: 0.37 , saturation: 0.72 and the lightness value of 68e680 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11100110 10000000
Octal 150 346 200
Decimal 104 230 128
Hex 68 E6 80

RGB Percentages of Color #68e680

%22.51
%49.78
%27.71

CMYK Percentages of Color #68e680

%55
%0
%44
%10

Triadic Colors of #68e680

#68e680 #8068e6 #e68068

Analogous Colors of #68e680

#68e680 #68e6bf #8fe668

Monochromatic Colors of #68e680

#68e680

Complementary Color

#68e680 #e668ce

#68e680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68e680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68e680 Color CSS Codes

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

#68e680 Text Font Color

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

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


#68e680 Background Color

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

This div background color is #68e680


#68e680 Border Color

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

This div border color is #68e680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68e680


Comments

No comments written yet.

Please login to write comment.