Color Hex Logo

#8bdeab Color Hex

#8BDEAB
(139,222,171)
0 Favorites   0 Comments

Color spaces of #8bdeab

RGB 139222171
HSL0.400.560.71
HSV143°37°87°
CMYK 0.370.000.23   0.13
XYZ44.119460.671847.9136
Yxy60.67180.28890.3973
Hunter Lab77.8921-35.205818.0535
CIE-Lab82.2020-36.145317.1903

#8bdeab color RGB value is (139,222,171).

#8bdeab hex color red value is 139, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8bdeab hue: 0.40 , saturation: 0.56 and the lightness value of 8bdeab is 0.71.

The process color (four color CMYK) of #8bdeab color hex is 0.37, 0.00, 0.23, 0.13. Web safe color of #8bdeab is #99cc99. Color #8bdeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011110 10101011
Octal 213 336 253
Decimal 139 222 171
Hex 8B DE AB

RGB Percentages of Color #8bdeab

%26.13
%41.73
%32.14

CMYK Percentages of Color #8bdeab

%37
%0
%23
%13

Triadic Colors of #8bdeab

#8bdeab #ab8bde #deab8b

Analogous Colors of #8bdeab

#8bdeab #8bded5 #95de8b

Monochromatic Colors of #8bdeab

#8bdeab

Complementary Color

#8bdeab #de8bbe

#8bdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdeab Color CSS Codes

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

#8bdeab Text Font Color

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

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


#8bdeab Background Color

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

This div background color is #8bdeab


#8bdeab Border Color

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

This div border color is #8bdeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,222,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bdeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bdeab;
  -webkit-box-shadow: 1px 1px 3px 2px #8bdeab;
  box-shadow:         1px 1px 3px 2px #8bdeab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,222,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdeab


Comments

No comments written yet.

Please login to write comment.