Color Hex Logo

#8ceba4 Color Hex

#8CEBA4
(140,235,164)
0 Favorites   0 Comments

Color spaces of #8ceba4

RGB 140235164
HSL0.380.700.74
HSV135°40°92°
CMYK 0.400.000.30   0.08
XYZ47.224467.672445.6951
Yxy67.67240.29410.4214
Hunter Lab82.2632-41.490224.6502
CIE-Lab85.8424-42.959825.8519

#8ceba4 color RGB value is (140,235,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 10100100
Octal 214 353 244
Decimal 140 235 164
Hex 8C EB A4

RGB Percentages of Color #8ceba4

%25.97
%43.60
%30.43

CMYK Percentages of Color #8ceba4

%40
%0
%30
%8

Triadic Colors of #8ceba4

#8ceba4 #a48ceb #eba48c

Analogous Colors of #8ceba4

#8ceba4 #8cebd4 #a4eb8c

Monochromatic Colors of #8ceba4

#8ceba4

Complementary Color

#8ceba4 #eb8cd3

#8ceba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceba4 Color CSS Codes

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

#8ceba4 Text Font Color

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

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


#8ceba4 Background Color

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

This div background color is #8ceba4


#8ceba4 Border Color

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

This div border color is #8ceba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceba4


Comments

No comments written yet.

Please login to write comment.