Color Hex Logo

#8fcdbb Color Hex

#8FCDBB
(143,205,187)
0 Favorites   0 Comments

Color spaces of #8fcdbb

RGB 143205187
HSL0.450.380.68
HSV163°30°80°
CMYK 0.300.000.09   0.20
XYZ42.128753.090155.0407
Yxy53.09010.28040.3533
Hunter Lab72.8630-24.30316.2164
CIE-Lab77.9282-23.63622.6247

#8fcdbb color RGB value is (143,205,187).

#8fcdbb hex color red value is 143, green value is 205 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8fcdbb hue: 0.45 , saturation: 0.38 and the lightness value of 8fcdbb is 0.68.

The process color (four color CMYK) of #8fcdbb color hex is 0.30, 0.00, 0.09, 0.20. Web safe color of #8fcdbb is #99cccc. Color #8fcdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001101 10111011
Octal 217 315 273
Decimal 143 205 187
Hex 8F CD BB

RGB Percentages of Color #8fcdbb

%26.73
%38.32
%34.95

CMYK Percentages of Color #8fcdbb

%30
%0
%9
%20

Triadic Colors of #8fcdbb

#8fcdbb #bb8fcd #cdbb8f

Analogous Colors of #8fcdbb

#8fcdbb #8fc0cd #8fcd9c

Monochromatic Colors of #8fcdbb

#8fcdbb

Complementary Color

#8fcdbb #cd8fa1

#8fcdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcdbb Color CSS Codes

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

#8fcdbb Text Font Color

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

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


#8fcdbb Background Color

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

This div background color is #8fcdbb


#8fcdbb Border Color

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

This div border color is #8fcdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcdbb


Comments

No comments written yet.

Please login to write comment.