Color Hex Logo

#8ccf52 Color Hex

#8CCF52
(140,207,82)
0 Favorites   0 Comments

Color spaces of #8ccf52

RGB 14020782
HSL0.260.570.57
HSV92°60°81°
CMYK 0.320.000.60   0.19
XYZ34.651050.810315.9637
Yxy50.81030.34160.5010
Hunter Lab71.2813-37.970736.6187
CIE-Lab76.5640-41.795554.1330

#8ccf52 color RGB value is (140,207,82).

#8ccf52 hex color red value is 140, green value is 207 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #8ccf52 hue: 0.26 , saturation: 0.57 and the lightness value of 8ccf52 is 0.57.

The process color (four color CMYK) of #8ccf52 color hex is 0.32, 0.00, 0.60, 0.19. Web safe color of #8ccf52 is #99cc66. Color #8ccf52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001111 01010010
Octal 214 317 122
Decimal 140 207 82
Hex 8C CF 52

RGB Percentages of Color #8ccf52

%32.63
%48.25
%19.11

CMYK Percentages of Color #8ccf52

%32
%0
%60
%19

Triadic Colors of #8ccf52

#8ccf52 #528ccf #cf528c

Analogous Colors of #8ccf52

#8ccf52 #52cf56 #cbcf52

Monochromatic Colors of #8ccf52

#8ccf52

Complementary Color

#8ccf52 #9552cf

#8ccf52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccf52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccf52 Color CSS Codes

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

#8ccf52 Text Font Color

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

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


#8ccf52 Background Color

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

This div background color is #8ccf52


#8ccf52 Border Color

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

This div border color is #8ccf52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccf52


Comments

No comments written yet.

Please login to write comment.