Color Hex Logo

#68ca2c Color Hex

#68CA2C
(104,202,44)
0 Favorites   0 Comments

Color spaces of #68ca2c

RGB 10420244
HSL0.270.640.48
HSV97°78°79°
CMYK 0.490.000.78   0.21
XYZ27.284145.36609.7014
Yxy45.36600.33130.5509
Hunter Lab67.3543-45.562638.6081
CIE-Lab73.1322-54.358064.3482

#68ca2c color RGB value is (104,202,44).

#68ca2c hex color red value is 104, green value is 202 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #68ca2c hue: 0.27 , saturation: 0.64 and the lightness value of 68ca2c is 0.48.

The process color (four color CMYK) of #68ca2c color hex is 0.49, 0.00, 0.78, 0.21. Web safe color of #68ca2c is #66cc33. Color #68ca2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 00101100
Octal 150 312 54
Decimal 104 202 44
Hex 68 CA 2C

RGB Percentages of Color #68ca2c

%29.71
%57.71
%12.57

CMYK Percentages of Color #68ca2c

%49
%0
%78
%21

Triadic Colors of #68ca2c

#68ca2c #2c68ca #ca2c68

Analogous Colors of #68ca2c

#68ca2c #2cca3f #b7ca2c

Monochromatic Colors of #68ca2c

#68ca2c

Complementary Color

#68ca2c #8e2cca

#68ca2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ca2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ca2c Color CSS Codes

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

#68ca2c Text Font Color

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

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


#68ca2c Background Color

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

This div background color is #68ca2c


#68ca2c Border Color

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

This div border color is #68ca2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ca2c


Comments

No comments written yet.

Please login to write comment.