Color Hex Logo

#68d86b Color Hex

#68D86B
(104,216,107)
0 Favorites   0 Comments

Color spaces of #68d86b

RGB 104216107
HSL0.340.590.63
HSV122°52°85°
CMYK 0.520.000.50   0.15
XYZ32.918653.116322.4274
Yxy53.11630.30350.4897
Hunter Lab72.8809-46.917432.7715
CIE-Lab77.9436-53.796943.8573

#68d86b color RGB value is (104,216,107).

#68d86b hex color red value is 104, green value is 216 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #68d86b hue: 0.34 , saturation: 0.59 and the lightness value of 68d86b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011000 01101011
Octal 150 330 153
Decimal 104 216 107
Hex 68 D8 6B

RGB Percentages of Color #68d86b

%24.36
%50.59
%25.06

CMYK Percentages of Color #68d86b

%52
%0
%50
%15

Triadic Colors of #68d86b

#68d86b #6b68d8 #d86b68

Analogous Colors of #68d86b

#68d86b #68d8a3 #9dd868

Monochromatic Colors of #68d86b

#68d86b

Complementary Color

#68d86b #d868d5

#68d86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68d86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68d86b Color CSS Codes

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

#68d86b Text Font Color

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

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


#68d86b Background Color

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

This div background color is #68d86b


#68d86b Border Color

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

This div border color is #68d86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68d86b


Comments

No comments written yet.

Please login to write comment.