Color Hex Logo

#8dd264 Color Hex

#8DD264
(141,210,100)
0 Favorites   0 Comments

Color spaces of #8dd264

RGB 141210100
HSL0.270.550.61
HSV98°52°82°
CMYK 0.330.000.52   0.18
XYZ36.331352.676020.3092
Yxy52.67600.33230.4819
Hunter Lab72.5782-37.658234.2139
CIE-Lab77.6833-40.937647.2507

#8dd264 color RGB value is (141,210,100).

#8dd264 hex color red value is 141, green value is 210 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #8dd264 hue: 0.27 , saturation: 0.55 and the lightness value of 8dd264 is 0.61.

The process color (four color CMYK) of #8dd264 color hex is 0.33, 0.00, 0.52, 0.18. Web safe color of #8dd264 is #99cc66. Color #8dd264 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010010 01100100
Octal 215 322 144
Decimal 141 210 100
Hex 8D D2 64

RGB Percentages of Color #8dd264

%31.26
%46.56
%22.17

CMYK Percentages of Color #8dd264

%33
%0
%52
%18

Triadic Colors of #8dd264

#8dd264 #648dd2 #d2648d

Analogous Colors of #8dd264

#8dd264 #64d272 #c4d264

Monochromatic Colors of #8dd264

#8dd264

Complementary Color

#8dd264 #a964d2

#8dd264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd264 Color CSS Codes

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

#8dd264 Text Font Color

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

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


#8dd264 Background Color

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

This div background color is #8dd264


#8dd264 Border Color

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

This div border color is #8dd264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd264


Comments

No comments written yet.

Please login to write comment.