Color Hex Logo

#8cddab Color Hex

#8CDDAB
(140,221,171)
0 Favorites   0 Comments

Color spaces of #8cddab

RGB 140221171
HSL0.400.540.71
HSV143°37°87°
CMYK 0.370.000.23   0.13
XYZ44.022460.228647.8331
Yxy60.22860.28950.3960
Hunter Lab77.6071-34.558817.7816
CIE-Lab81.9623-35.396016.8623

#8cddab color RGB value is (140,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 10101011
Octal 214 335 253
Decimal 140 221 171
Hex 8C DD AB

RGB Percentages of Color #8cddab

%26.32
%41.54
%32.14

CMYK Percentages of Color #8cddab

%37
%0
%23
%13

Triadic Colors of #8cddab

#8cddab #ab8cdd #ddab8c

Analogous Colors of #8cddab

#8cddab #8cddd4 #96dd8c

Monochromatic Colors of #8cddab

#8cddab

Complementary Color

#8cddab #dd8cbe

#8cddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cddab Color CSS Codes

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

#8cddab Text Font Color

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

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


#8cddab Background Color

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

This div background color is #8cddab


#8cddab Border Color

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

This div border color is #8cddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cddab


Comments

No comments written yet.

Please login to write comment.