Color Hex Logo

#8cd938 Color Hex

#8CD938
(140,217,56)
0 Favorites   0 Comments

Color spaces of #8cd938

RGB 14021756
HSL0.250.680.54
HSV89°74°85°
CMYK 0.350.000.74   0.15
XYZ36.341955.486712.5360
Yxy55.48670.34820.5317
Hunter Lab74.4894-43.269842.1645
CIE-Lab79.3208-47.960467.0499

#8cd938 color RGB value is (140,217,56).

#8cd938 hex color red value is 140, green value is 217 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #8cd938 hue: 0.25 , saturation: 0.68 and the lightness value of 8cd938 is 0.54.

The process color (four color CMYK) of #8cd938 color hex is 0.35, 0.00, 0.74, 0.15. Web safe color of #8cd938 is #99cc33. Color #8cd938 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011001 00111000
Octal 214 331 70
Decimal 140 217 56
Hex 8C D9 38

RGB Percentages of Color #8cd938

%33.90
%52.54
%13.56

CMYK Percentages of Color #8cd938

%35
%0
%74
%15

Triadic Colors of #8cd938

#8cd938 #388cd9 #d9388c

Analogous Colors of #8cd938

#8cd938 #3cd938 #d9d638

Monochromatic Colors of #8cd938

#8cd938

Complementary Color

#8cd938 #8538d9

#8cd938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd938 Color CSS Codes

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

#8cd938 Text Font Color

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

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


#8cd938 Background Color

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

This div background color is #8cd938


#8cd938 Border Color

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

This div border color is #8cd938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd938


Comments

No comments written yet.

Please login to write comment.