Color Hex Logo

#8ceb94 Color Hex

#8CEB94
(140,235,148)
0 Favorites   0 Comments

Color spaces of #8ceb94

RGB 140235148
HSL0.350.700.74
HSV125°40°92°
CMYK 0.400.000.37   0.08
XYZ45.868867.130238.5569
Yxy67.13020.30270.4429
Hunter Lab81.9330-43.452629.4518
CIE-Lab85.5697-45.610433.6241

#8ceb94 color RGB value is (140,235,148).

#8ceb94 hex color red value is 140, green value is 235 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8ceb94 hue: 0.35 , saturation: 0.70 and the lightness value of 8ceb94 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 10010100
Octal 214 353 224
Decimal 140 235 148
Hex 8C EB 94

RGB Percentages of Color #8ceb94

%26.77
%44.93
%28.30

CMYK Percentages of Color #8ceb94

%40
%0
%37
%8

Triadic Colors of #8ceb94

#8ceb94 #948ceb #eb948c

Analogous Colors of #8ceb94

#8ceb94 #8cebc4 #b4eb8c

Monochromatic Colors of #8ceb94

#8ceb94

Complementary Color

#8ceb94 #eb8ce3

#8ceb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceb94 Color CSS Codes

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

#8ceb94 Text Font Color

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

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


#8ceb94 Background Color

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

This div background color is #8ceb94


#8ceb94 Border Color

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

This div border color is #8ceb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceb94


Comments

No comments written yet.

Please login to write comment.