Color Hex Logo

#8fcabc Color Hex

#8FCABC
(143,202,188)
0 Favorites   0 Comments

Color spaces of #8fcabc

RGB 143202188
HSL0.460.360.68
HSV166°29°79°
CMYK 0.290.000.07   0.21
XYZ41.525351.711555.3697
Yxy51.71150.27940.3480
Hunter Lab71.9107-22.76784.6855
CIE-Lab77.1080-21.92980.8939

#8fcabc color RGB value is (143,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 10111100
Octal 217 312 274
Decimal 143 202 188
Hex 8F CA BC

RGB Percentages of Color #8fcabc

%26.83
%37.90
%35.27

CMYK Percentages of Color #8fcabc

%29
%0
%7
%21

Triadic Colors of #8fcabc

#8fcabc #bc8fca #cabc8f

Analogous Colors of #8fcabc

#8fcabc #8fbbca #8fca9f

Monochromatic Colors of #8fcabc

#8fcabc

Complementary Color

#8fcabc #ca8f9d

#8fcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcabc Color CSS Codes

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

#8fcabc Text Font Color

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

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


#8fcabc Background Color

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

This div background color is #8fcabc


#8fcabc Border Color

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

This div border color is #8fcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcabc


Comments

No comments written yet.

Please login to write comment.