Color Hex Logo

#8fccbe Color Hex

#8FCCBE
(143,204,190)
0 Favorites   0 Comments

Color spaces of #8fccbe

RGB 143204190
HSL0.460.370.68
HSV166°30°80°
CMYK 0.300.000.07   0.20
XYZ42.214852.743156.6707
Yxy52.74310.27840.3478
Hunter Lab72.6244-23.33514.5716
CIE-Lab77.7231-22.49260.7137

#8fccbe color RGB value is (143,204,190).

#8fccbe hex color red value is 143, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8fccbe hue: 0.46 , saturation: 0.37 and the lightness value of 8fccbe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 10111110
Octal 217 314 276
Decimal 143 204 190
Hex 8F CC BE

RGB Percentages of Color #8fccbe

%26.63
%37.99
%35.38

CMYK Percentages of Color #8fccbe

%30
%0
%7
%20

Triadic Colors of #8fccbe

#8fccbe #be8fcc #ccbe8f

Analogous Colors of #8fccbe

#8fccbe #8fbccc #8fcca0

Monochromatic Colors of #8fccbe

#8fccbe

Complementary Color

#8fccbe #cc8f9d

#8fccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccbe Color CSS Codes

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

#8fccbe Text Font Color

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

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


#8fccbe Background Color

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

This div background color is #8fccbe


#8fccbe Border Color

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

This div border color is #8fccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccbe


Comments

No comments written yet.

Please login to write comment.