Color Hex Logo

#8ce98a Color Hex

#8CE98A
(140,233,138)
0 Favorites   0 Comments

Color spaces of #8ce98a

RGB 140233138
HSL0.330.680.73
HSV119°41°91°
CMYK 0.400.000.41   0.09
XYZ44.541665.688334.3763
Yxy65.68830.30800.4543
Hunter Lab81.0483-43.736631.5862
CIE-Lab84.8372-46.272937.6721

#8ce98a color RGB value is (140,233,138).

#8ce98a hex color red value is 140, green value is 233 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8ce98a hue: 0.33 , saturation: 0.68 and the lightness value of 8ce98a is 0.73.

The process color (four color CMYK) of #8ce98a color hex is 0.40, 0.00, 0.41, 0.09. Web safe color of #8ce98a is #99ff99. Color #8ce98a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101001 10001010
Octal 214 351 212
Decimal 140 233 138
Hex 8C E9 8A

RGB Percentages of Color #8ce98a

%27.40
%45.60
%27.01

CMYK Percentages of Color #8ce98a

%40
%0
%41
%9

Triadic Colors of #8ce98a

#8ce98a #8a8ce9 #e98a8c

Analogous Colors of #8ce98a

#8ce98a #8ae9b8 #bce98a

Monochromatic Colors of #8ce98a

#8ce98a

Complementary Color

#8ce98a #e78ae9

#8ce98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce98a Color CSS Codes

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

#8ce98a Text Font Color

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

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


#8ce98a Background Color

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

This div background color is #8ce98a


#8ce98a Border Color

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

This div border color is #8ce98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce98a


Comments

No comments written yet.

Please login to write comment.