Color Hex Logo

#8fdcbd Color Hex

#8FDCBD
(143,220,189)
0 Favorites   0 Comments

Color spaces of #8fdcbd

RGB 143220189
HSL0.430.520.71
HSV156°35°86°
CMYK 0.350.000.14   0.14
XYZ46.106260.700257.4304
Yxy60.70020.28070.3696
Hunter Lab77.9103-30.709410.8325
CIE-Lab82.2173-30.48527.7467

#8fdcbd color RGB value is (143,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 10111101
Octal 217 334 275
Decimal 143 220 189
Hex 8F DC BD

RGB Percentages of Color #8fdcbd

%25.91
%39.86
%34.24

CMYK Percentages of Color #8fdcbd

%35
%0
%14
%14

Triadic Colors of #8fdcbd

#8fdcbd #bd8fdc #dcbd8f

Analogous Colors of #8fdcbd

#8fdcbd #8fd5dc #8fdc97

Monochromatic Colors of #8fdcbd

#8fdcbd

Complementary Color

#8fdcbd #dc8fae

#8fdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcbd Color CSS Codes

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

#8fdcbd Text Font Color

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

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


#8fdcbd Background Color

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

This div background color is #8fdcbd


#8fdcbd Border Color

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

This div border color is #8fdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcbd


Comments

No comments written yet.

Please login to write comment.