Color Hex Logo

#68f48b Color Hex

#68F48B
(104,244,139)
0 Favorites   0 Comments

Color spaces of #68f48b

RGB 104244139
HSL0.380.860.68
HSV135°57°96°
CMYK 0.570.000.43   0.04
XYZ42.719869.508535.5910
Yxy69.50850.28900.4702
Hunter Lab83.3718-54.436933.0496
CIE-Lab86.7552-59.909239.3936

#68f48b color RGB value is (104,244,139).

#68f48b hex color red value is 104, green value is 244 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #68f48b hue: 0.38 , saturation: 0.86 and the lightness value of 68f48b is 0.68.

The process color (four color CMYK) of #68f48b color hex is 0.57, 0.00, 0.43, 0.04. Web safe color of #68f48b is #66ff99. Color #68f48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11110100 10001011
Octal 150 364 213
Decimal 104 244 139
Hex 68 F4 8B

RGB Percentages of Color #68f48b

%21.36
%50.10
%28.54

CMYK Percentages of Color #68f48b

%57
%0
%43
%4

Triadic Colors of #68f48b

#68f48b #8b68f4 #f48b68

Analogous Colors of #68f48b

#68f48b #68f4d1 #8bf468

Monochromatic Colors of #68f48b

#68f48b

Complementary Color

#68f48b #f468d1

#68f48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68f48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68f48b Color CSS Codes

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

#68f48b Text Font Color

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

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


#68f48b Background Color

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

This div background color is #68f48b


#68f48b Border Color

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

This div border color is #68f48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68f48b


Comments

No comments written yet.

Please login to write comment.