Color Hex Logo

#8fdfcb Color Hex

#8FDFCB
(143,223,203)
0 Favorites   0 Comments

Color spaces of #8fdfcb

RGB 143223203
HSL0.460.560.72
HSV165°36°87°
CMYK 0.360.000.09   0.13
XYZ48.494962.926866.0900
Yxy62.92680.27320.3545
Hunter Lab79.3264-29.69826.1316
CIE-Lab83.4038-28.92892.0476

#8fdfcb color RGB value is (143,223,203).

#8fdfcb hex color red value is 143, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8fdfcb hue: 0.46 , saturation: 0.56 and the lightness value of 8fdfcb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 11001011
Octal 217 337 313
Decimal 143 223 203
Hex 8F DF CB

RGB Percentages of Color #8fdfcb

%25.13
%39.19
%35.68

CMYK Percentages of Color #8fdfcb

%36
%0
%9
%13

Triadic Colors of #8fdfcb

#8fdfcb #cb8fdf #dfcb8f

Analogous Colors of #8fdfcb

#8fdfcb #8fcbdf #8fdfa3

Monochromatic Colors of #8fdfcb

#8fdfcb

Complementary Color

#8fdfcb #df8fa3

#8fdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfcb Color CSS Codes

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

#8fdfcb Text Font Color

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

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


#8fdfcb Background Color

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

This div background color is #8fdfcb


#8fdfcb Border Color

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

This div border color is #8fdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfcb


Comments

No comments written yet.

Please login to write comment.