Color Hex Logo

#8defab Color Hex

#8DEFAB
(141,239,171)
0 Favorites   0 Comments

Color spaces of #8defab

RGB 141239171
HSL0.380.750.75
HSV138°41°94°
CMYK 0.410.000.28   0.06
XYZ49.201770.336049.5111
Yxy70.33600.29110.4161
Hunter Lab83.8666-42.046523.7044
CIE-Lab87.1614-43.193524.0688

#8defab color RGB value is (141,239,171).

#8defab hex color red value is 141, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8defab hue: 0.38 , saturation: 0.75 and the lightness value of 8defab is 0.75.

The process color (four color CMYK) of #8defab color hex is 0.41, 0.00, 0.28, 0.06. Web safe color of #8defab is #99ff99. Color #8defab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 10101011
Octal 215 357 253
Decimal 141 239 171
Hex 8D EF AB

RGB Percentages of Color #8defab

%25.59
%43.38
%31.03

CMYK Percentages of Color #8defab

%41
%0
%28
%6

Triadic Colors of #8defab

#8defab #ab8def #efab8d

Analogous Colors of #8defab

#8defab #8defdc #a0ef8d

Monochromatic Colors of #8defab

#8defab

Complementary Color

#8defab #ef8dd1

#8defab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defab Color CSS Codes

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

#8defab Text Font Color

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

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


#8defab Background Color

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

This div background color is #8defab


#8defab Border Color

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

This div border color is #8defab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defab


Comments

No comments written yet.

Please login to write comment.