Color Hex Logo

#68ab20 Color Hex

#68AB20
(104,171,32)
0 Favorites   0 Comments

Color spaces of #68ab20

RGB 10417132
HSL0.250.680.40
HSV89°81°67°
CMYK 0.390.000.81   0.33
XYZ20.532532.17326.4944
Yxy32.17320.34680.5435
Hunter Lab56.7214-34.647632.9165
CIE-Lab63.4858-42.599758.9015

#68ab20 color RGB value is (104,171,32).

#68ab20 hex color red value is 104, green value is 171 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #68ab20 hue: 0.25 , saturation: 0.68 and the lightness value of 68ab20 is 0.40.

The process color (four color CMYK) of #68ab20 color hex is 0.39, 0.00, 0.81, 0.33. Web safe color of #68ab20 is #669933. Color #68ab20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101011 00100000
Octal 150 253 40
Decimal 104 171 32
Hex 68 AB 20

RGB Percentages of Color #68ab20

%33.88
%55.70
%10.42

CMYK Percentages of Color #68ab20

%39
%0
%81
%33

Triadic Colors of #68ab20

#68ab20 #2068ab #ab2068

Analogous Colors of #68ab20

#68ab20 #23ab20 #aba920

Monochromatic Colors of #68ab20

#68ab20

Complementary Color

#68ab20 #6320ab

#68ab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ab20 Color CSS Codes

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

#68ab20 Text Font Color

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

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


#68ab20 Background Color

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

This div background color is #68ab20


#68ab20 Border Color

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

This div border color is #68ab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ab20


Comments

No comments written yet.

Please login to write comment.