Color Hex Logo

#8ceeab Color Hex

#8CEEAB
(140,238,171)
0 Favorites   0 Comments

Color spaces of #8ceeab

RGB 140238171
HSL0.390.740.74
HSV139°41°93°
CMYK 0.410.000.28   0.07
XYZ48.740469.664849.4058
Yxy69.66480.29040.4151
Hunter Lab83.4654-41.827823.3302
CIE-Lab86.8322-43.033223.6103

#8ceeab color RGB value is (140,238,171).

#8ceeab hex color red value is 140, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8ceeab hue: 0.39 , saturation: 0.74 and the lightness value of 8ceeab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101110 10101011
Octal 214 356 253
Decimal 140 238 171
Hex 8C EE AB

RGB Percentages of Color #8ceeab

%25.50
%43.35
%31.15

CMYK Percentages of Color #8ceeab

%41
%0
%28
%7

Triadic Colors of #8ceeab

#8ceeab #ab8cee #eeab8c

Analogous Colors of #8ceeab

#8ceeab #8ceedc #9eee8c

Monochromatic Colors of #8ceeab

#8ceeab

Complementary Color

#8ceeab #ee8ccf

#8ceeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceeab Color CSS Codes

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

#8ceeab Text Font Color

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

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


#8ceeab Background Color

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

This div background color is #8ceeab


#8ceeab Border Color

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

This div border color is #8ceeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceeab


Comments

No comments written yet.

Please login to write comment.