Color Hex Logo

#68fa9a Color Hex

#68FA9A
(104,250,154)
0 Favorites   0 Comments

Color spaces of #68fa9a

RGB 104250154
HSL0.390.940.69
HSV141°58°98°
CMYK 0.580.000.38   0.02
XYZ45.727373.647442.3771
Yxy73.64740.28270.4553
Hunter Lab85.8181-55.069730.7951
CIE-Lab88.7556-59.746534.5904

#68fa9a color RGB value is (104,250,154).

#68fa9a hex color red value is 104, green value is 250 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #68fa9a hue: 0.39 , saturation: 0.94 and the lightness value of 68fa9a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111010 10011010
Octal 150 372 232
Decimal 104 250 154
Hex 68 FA 9A

RGB Percentages of Color #68fa9a

%20.47
%49.21
%30.31

CMYK Percentages of Color #68fa9a

%58
%0
%38
%2

Triadic Colors of #68fa9a

#68fa9a #9a68fa #fa9a68

Analogous Colors of #68fa9a

#68fa9a #68fae3 #7ffa68

Monochromatic Colors of #68fa9a

#68fa9a

Complementary Color

#68fa9a #fa68c8

#68fa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fa9a Color CSS Codes

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

#68fa9a Text Font Color

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

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


#68fa9a Background Color

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

This div background color is #68fa9a


#68fa9a Border Color

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

This div border color is #68fa9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fa9a


Comments

No comments written yet.

Please login to write comment.