Color Hex Logo

#8fddae Color Hex

#8FDDAE
(143,221,174)
0 Favorites   0 Comments

Color spaces of #8fddae

RGB 143221174
HSL0.400.530.71
HSV144°35°87°
CMYK 0.350.000.21   0.13
XYZ44.824160.608549.3805
Yxy60.60850.28950.3915
Hunter Lab77.8515-33.466116.8889
CIE-Lab82.1678-33.947715.5945

#8fddae color RGB value is (143,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 10101110
Octal 217 335 256
Decimal 143 221 174
Hex 8F DD AE

RGB Percentages of Color #8fddae

%26.58
%41.08
%32.34

CMYK Percentages of Color #8fddae

%35
%0
%21
%13

Triadic Colors of #8fddae

#8fddae #ae8fdd #ddae8f

Analogous Colors of #8fddae

#8fddae #8fddd5 #97dd8f

Monochromatic Colors of #8fddae

#8fddae

Complementary Color

#8fddae #dd8fbe

#8fddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddae Color CSS Codes

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

#8fddae Text Font Color

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

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


#8fddae Background Color

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

This div background color is #8fddae


#8fddae Border Color

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

This div border color is #8fddae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,221,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddae


Comments

No comments written yet.

Please login to write comment.