Color Hex Logo

#8fcabb Color Hex

#8FCABB
(143,202,187)
0 Favorites   0 Comments

Color spaces of #8fcabb

RGB 143202187
HSL0.460.360.68
HSV165°29°79°
CMYK 0.290.000.07   0.21
XYZ41.417951.668654.8038
Yxy51.66860.28010.3494
Hunter Lab71.8809-22.93955.1124
CIE-Lab77.0823-22.14621.3952

#8fcabb color RGB value is (143,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 10111011
Octal 217 312 273
Decimal 143 202 187
Hex 8F CA BB

RGB Percentages of Color #8fcabb

%26.88
%37.97
%35.15

CMYK Percentages of Color #8fcabb

%29
%0
%7
%21

Triadic Colors of #8fcabb

#8fcabb #bb8fca #cabb8f

Analogous Colors of #8fcabb

#8fcabb #8fbcca #8fca9e

Monochromatic Colors of #8fcabb

#8fcabb

Complementary Color

#8fcabb #ca8f9e

#8fcabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcabb Color CSS Codes

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

#8fcabb Text Font Color

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

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


#8fcabb Background Color

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

This div background color is #8fcabb


#8fcabb Border Color

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

This div border color is #8fcabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcabb


Comments

No comments written yet.

Please login to write comment.