Color Hex Logo

#8fddbd Color Hex

#8FDDBD
(143,221,189)
0 Favorites   0 Comments

Color spaces of #8fddbd

RGB 143221189
HSL0.430.530.71
HSV155°35°87°
CMYK 0.350.000.14   0.13
XYZ46.369561.226757.5181
Yxy61.22670.28080.3708
Hunter Lab78.2475-31.153911.1904
CIE-Lab82.5005-30.95938.1527

#8fddbd color RGB value is (143,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 10111101
Octal 217 335 275
Decimal 143 221 189
Hex 8F DD BD

RGB Percentages of Color #8fddbd

%25.86
%39.96
%34.18

CMYK Percentages of Color #8fddbd

%35
%0
%14
%13

Triadic Colors of #8fddbd

#8fddbd #bd8fdd #ddbd8f

Analogous Colors of #8fddbd

#8fddbd #8fd6dd #8fdd96

Monochromatic Colors of #8fddbd

#8fddbd

Complementary Color

#8fddbd #dd8faf

#8fddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddbd Color CSS Codes

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

#8fddbd Text Font Color

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

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


#8fddbd Background Color

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

This div background color is #8fddbd


#8fddbd Border Color

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

This div border color is #8fddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddbd


Comments

No comments written yet.

Please login to write comment.