Color Hex Logo

#8de32d Color Hex

#8DE32D
(141,227,45)
0 Favorites   0 Comments

Color spaces of #8de32d

RGB 14122745
HSL0.250.760.53
HSV88°80°89°
CMYK 0.380.000.80   0.11
XYZ38.927260.790412.1647
Yxy60.79040.34790.5433
Hunter Lab77.9682-47.324645.3272
CIE-Lab82.2659-52.245873.0980

#8de32d color RGB value is (141,227,45).

#8de32d hex color red value is 141, green value is 227 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #8de32d hue: 0.25 , saturation: 0.76 and the lightness value of 8de32d is 0.53.

The process color (four color CMYK) of #8de32d color hex is 0.38, 0.00, 0.80, 0.11. Web safe color of #8de32d is #99cc33. Color #8de32d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100011 00101101
Octal 215 343 55
Decimal 141 227 45
Hex 8D E3 2D

RGB Percentages of Color #8de32d

%34.14
%54.96
%10.90

CMYK Percentages of Color #8de32d

%38
%0
%80
%11

Triadic Colors of #8de32d

#8de32d #2d8de3 #e32d8d

Analogous Colors of #8de32d

#8de32d #32e32d #e3de2d

Monochromatic Colors of #8de32d

#8de32d

Complementary Color

#8de32d #832de3

#8de32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de32d Color CSS Codes

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

#8de32d Text Font Color

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

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


#8de32d Background Color

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

This div background color is #8de32d


#8de32d Border Color

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

This div border color is #8de32d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,227,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8de32d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8de32d;
  -webkit-box-shadow: 1px 1px 3px 2px #8de32d;
  box-shadow:         1px 1px 3px 2px #8de32d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,227,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de32d


Comments

No comments written yet.

Please login to write comment.