Color Hex Logo

#8de68f Color Hex

#8DE68F
(141,230,143)
0 Favorites   0 Comments

Color spaces of #8de68f

RGB 141230143
HSL0.340.640.73
HSV121°39°90°
CMYK 0.390.000.38   0.10
XYZ44.239264.239536.0544
Yxy64.23950.30610.4445
Hunter Lab80.1495-41.737229.4337
CIE-Lab84.0903-43.934534.2035

#8de68f color RGB value is (141,230,143).

#8de68f hex color red value is 141, green value is 230 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8de68f hue: 0.34 , saturation: 0.64 and the lightness value of 8de68f is 0.73.

The process color (four color CMYK) of #8de68f color hex is 0.39, 0.00, 0.38, 0.10. Web safe color of #8de68f is #99ff99. Color #8de68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100110 10001111
Octal 215 346 217
Decimal 141 230 143
Hex 8D E6 8F

RGB Percentages of Color #8de68f

%27.43
%44.75
%27.82

CMYK Percentages of Color #8de68f

%39
%0
%38
%10

Triadic Colors of #8de68f

#8de68f #8f8de6 #e68f8d

Analogous Colors of #8de68f

#8de68f #8de6bc #b8e68d

Monochromatic Colors of #8de68f

#8de68f

Complementary Color

#8de68f #e68de4

#8de68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de68f Color CSS Codes

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

#8de68f Text Font Color

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

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


#8de68f Background Color

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

This div background color is #8de68f


#8de68f Border Color

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

This div border color is #8de68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de68f


Comments

No comments written yet.

Please login to write comment.