Color Hex Logo

#8ae793 Color Hex

#8AE793
(138,231,147)
0 Favorites   0 Comments

Color spaces of #8ae793

RGB 138231147
HSL0.350.660.72
HSV126°40°91°
CMYK 0.400.000.36   0.09
XYZ44.323664.661737.7486
Yxy64.66170.30210.4407
Hunter Lab80.4125-42.332228.4558
CIE-Lab84.3091-44.631432.4465

#8ae793 color RGB value is (138,231,147).

#8ae793 hex color red value is 138, green value is 231 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #8ae793 hue: 0.35 , saturation: 0.66 and the lightness value of 8ae793 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100111 10010011
Octal 212 347 223
Decimal 138 231 147
Hex 8A E7 93

RGB Percentages of Color #8ae793

%26.74
%44.77
%28.49

CMYK Percentages of Color #8ae793

%40
%0
%36
%9

Triadic Colors of #8ae793

#8ae793 #938ae7 #e7938a

Analogous Colors of #8ae793

#8ae793 #8ae7c2 #b0e78a

Monochromatic Colors of #8ae793

#8ae793

Complementary Color

#8ae793 #e78ade

#8ae793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae793 Color CSS Codes

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

#8ae793 Text Font Color

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

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


#8ae793 Background Color

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

This div background color is #8ae793


#8ae793 Border Color

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

This div border color is #8ae793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae793


Comments

No comments written yet.

Please login to write comment.