Color Hex Logo

#8cd345 Color Hex

#8CD345
(140,211,69)
0 Favorites   0 Comments

Color spaces of #8cd345

RGB 14021169
HSL0.250.620.55
HSV90°67°83°
CMYK 0.340.000.67   0.17
XYZ35.183752.593713.9274
Yxy52.59370.34590.5171
Hunter Lab72.5215-40.313739.3787
CIE-Lab77.6345-44.588860.6683

#8cd345 color RGB value is (140,211,69).

#8cd345 hex color red value is 140, green value is 211 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #8cd345 hue: 0.25 , saturation: 0.62 and the lightness value of 8cd345 is 0.55.

The process color (four color CMYK) of #8cd345 color hex is 0.34, 0.00, 0.67, 0.17. Web safe color of #8cd345 is #99cc33. Color #8cd345 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010011 01000101
Octal 214 323 105
Decimal 140 211 69
Hex 8C D3 45

RGB Percentages of Color #8cd345

%33.33
%50.24
%16.43

CMYK Percentages of Color #8cd345

%34
%0
%67
%17

Triadic Colors of #8cd345

#8cd345 #458cd3 #d3458c

Analogous Colors of #8cd345

#8cd345 #45d345 #d3d345

Monochromatic Colors of #8cd345

#8cd345

Complementary Color

#8cd345 #8c45d3

#8cd345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd345 Color CSS Codes

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

#8cd345 Text Font Color

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

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


#8cd345 Background Color

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

This div background color is #8cd345


#8cd345 Border Color

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

This div border color is #8cd345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd345


Comments

No comments written yet.

Please login to write comment.