Color Hex Logo

#8cc622 Color Hex

#8CC622
(140,198,34)
0 Favorites   0 Comments

Color spaces of #8cc622

RGB 14019834
HSL0.230.710.45
HSV81°83°78°
CMYK 0.290.000.83   0.22
XYZ31.298046.07918.7580
Yxy46.07910.36340.5350
Hunter Lab67.8816-36.492239.8676
CIE-Lab73.5968-40.920268.1440

#8cc622 color RGB value is (140,198,34).

#8cc622 hex color red value is 140, green value is 198 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #8cc622 hue: 0.23 , saturation: 0.71 and the lightness value of 8cc622 is 0.45.

The process color (four color CMYK) of #8cc622 color hex is 0.29, 0.00, 0.83, 0.22. Web safe color of #8cc622 is #99cc33. Color #8cc622 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000110 00100010
Octal 214 306 42
Decimal 140 198 34
Hex 8C C6 22

RGB Percentages of Color #8cc622

%37.63
%53.23
%9.14

CMYK Percentages of Color #8cc622

%29
%0
%83
%22

Triadic Colors of #8cc622

#8cc622 #228cc6 #c6228c

Analogous Colors of #8cc622

#8cc622 #3ac622 #c6ae22

Monochromatic Colors of #8cc622

#8cc622

Complementary Color

#8cc622 #5c22c6

#8cc622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc622 Color CSS Codes

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

#8cc622 Text Font Color

<p style="color:#8cc622">Text here</p>

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


#8cc622 Background Color

<div style="background-color:#8cc622">
Div content here</div>

This div background color is #8cc622


#8cc622 Border Color

<div style="border:3px solid #8cc622">
Div here</div>

This div border color is #8cc622


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,198,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cc622; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cc622;
  -webkit-box-shadow: 1px 1px 3px 2px #8cc622;
  box-shadow:         1px 1px 3px 2px #8cc622; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,198,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc622


Comments

No comments written yet.

Please login to write comment.