Color Hex Logo

#8fdcbe Color Hex

#8FDCBE
(143,220,190)
0 Favorites   0 Comments

Color spaces of #8fdcbe

RGB 143220190
HSL0.440.520.71
HSV157°35°86°
CMYK 0.350.000.14   0.14
XYZ46.215260.743758.0041
Yxy60.74370.28020.3682
Hunter Lab77.9382-30.546410.4313
CIE-Lab82.2408-30.27707.2508

#8fdcbe color RGB value is (143,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 10111110
Octal 217 334 276
Decimal 143 220 190
Hex 8F DC BE

RGB Percentages of Color #8fdcbe

%25.86
%39.78
%34.36

CMYK Percentages of Color #8fdcbe

%35
%0
%14
%14

Triadic Colors of #8fdcbe

#8fdcbe #be8fdc #dcbe8f

Analogous Colors of #8fdcbe

#8fdcbe #8fd4dc #8fdc98

Monochromatic Colors of #8fdcbe

#8fdcbe

Complementary Color

#8fdcbe #dc8fad

#8fdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcbe Color CSS Codes

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

#8fdcbe Text Font Color

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

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


#8fdcbe Background Color

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

This div background color is #8fdcbe


#8fdcbe Border Color

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

This div border color is #8fdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcbe


Comments

No comments written yet.

Please login to write comment.