Color Hex Logo

#68bd5e Color Hex

#68BD5E
(104,189,94)
0 Favorites   0 Comments

Color spaces of #68bd5e

RGB 10418994
HSL0.320.420.55
HSV114°50°74°
CMYK 0.450.000.50   0.26
XYZ25.926940.146416.9722
Yxy40.14640.31220.4834
Hunter Lab63.3612-37.841328.4712
CIE-Lab69.5737-44.581639.9052

#68bd5e color RGB value is (104,189,94).

#68bd5e hex color red value is 104, green value is 189 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #68bd5e hue: 0.32 , saturation: 0.42 and the lightness value of 68bd5e is 0.55.

The process color (four color CMYK) of #68bd5e color hex is 0.45, 0.00, 0.50, 0.26. Web safe color of #68bd5e is #66cc66. Color #68bd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111101 01011110
Octal 150 275 136
Decimal 104 189 94
Hex 68 BD 5E

RGB Percentages of Color #68bd5e

%26.87
%48.84
%24.29

CMYK Percentages of Color #68bd5e

%45
%0
%50
%26

Triadic Colors of #68bd5e

#68bd5e #5e68bd #bd5e68

Analogous Colors of #68bd5e

#68bd5e #5ebd84 #98bd5e

Monochromatic Colors of #68bd5e

#68bd5e

Complementary Color

#68bd5e #b35ebd

#68bd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bd5e Color CSS Codes

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

#68bd5e Text Font Color

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

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


#68bd5e Background Color

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

This div background color is #68bd5e


#68bd5e Border Color

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

This div border color is #68bd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bd5e


Comments

No comments written yet.

Please login to write comment.