Color Hex Logo

#8ae8bd Color Hex

#8AE8BD
(138,232,189)
0 Favorites   0 Comments

Color spaces of #8ae8bd

RGB 138232189
HSL0.420.670.73
HSV153°41°91°
CMYK 0.410.000.19   0.09
XYZ48.523266.790658.4786
Yxy66.79060.27920.3843
Hunter Lab81.7255-37.038214.7830
CIE-Lab85.3981-37.447112.2536

#8ae8bd color RGB value is (138,232,189).

#8ae8bd hex color red value is 138, green value is 232 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8ae8bd hue: 0.42 , saturation: 0.67 and the lightness value of 8ae8bd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101000 10111101
Octal 212 350 275
Decimal 138 232 189
Hex 8A E8 BD

RGB Percentages of Color #8ae8bd

%24.69
%41.50
%33.81

CMYK Percentages of Color #8ae8bd

%41
%0
%19
%9

Triadic Colors of #8ae8bd

#8ae8bd #bd8ae8 #e8bd8a

Analogous Colors of #8ae8bd

#8ae8bd #8ae4e8 #8ae88e

Monochromatic Colors of #8ae8bd

#8ae8bd

Complementary Color

#8ae8bd #e88ab5

#8ae8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae8bd Color CSS Codes

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

#8ae8bd Text Font Color

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

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


#8ae8bd Background Color

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

This div background color is #8ae8bd


#8ae8bd Border Color

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

This div border color is #8ae8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae8bd


Comments

No comments written yet.

Please login to write comment.