Color Hex Logo

#8fe7bd Color Hex

#8FE7BD
(143,231,189)
0 Favorites   0 Comments

Color spaces of #8fe7bd

RGB 143231189
HSL0.420.650.73
HSV151°38°91°
CMYK 0.380.000.18   0.09
XYZ49.088966.665658.4246
Yxy66.66560.28180.3827
Hunter Lab81.6490-35.568214.7289
CIE-Lab85.3348-35.627312.1945

#8fe7bd color RGB value is (143,231,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11100111 10111101
Octal 217 347 275
Decimal 143 231 189
Hex 8F E7 BD

RGB Percentages of Color #8fe7bd

%25.40
%41.03
%33.57

CMYK Percentages of Color #8fe7bd

%38
%0
%18
%9

Triadic Colors of #8fe7bd

#8fe7bd #bd8fe7 #e7bd8f

Analogous Colors of #8fe7bd

#8fe7bd #8fe5e7 #8fe791

Monochromatic Colors of #8fe7bd

#8fe7bd

Complementary Color

#8fe7bd #e78fb9

#8fe7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fe7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fe7bd Color CSS Codes

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

#8fe7bd Text Font Color

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

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


#8fe7bd Background Color

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

This div background color is #8fe7bd


#8fe7bd Border Color

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

This div border color is #8fe7bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,231,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 #8fe7bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fe7bd


Comments

No comments written yet.

Please login to write comment.