Color Hex Logo

#8fedcf Color Hex

#8FEDCF
(143,237,207)
0 Favorites   0 Comments

Color spaces of #8fedcf

RGB 143237207
HSL0.450.720.75
HSV161°40°93°
CMYK 0.400.000.13   0.07
XYZ52.874470.913069.9323
Yxy70.91300.27290.3661
Hunter Lab84.2099-35.28929.7094
CIE-Lab87.4427-34.65565.7912

#8fedcf color RGB value is (143,237,207).

#8fedcf hex color red value is 143, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8fedcf hue: 0.45 , saturation: 0.72 and the lightness value of 8fedcf is 0.75.

The process color (four color CMYK) of #8fedcf color hex is 0.40, 0.00, 0.13, 0.07. Web safe color of #8fedcf is #99ffcc. Color #8fedcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101101 11001111
Octal 217 355 317
Decimal 143 237 207
Hex 8F ED CF

RGB Percentages of Color #8fedcf

%24.36
%40.37
%35.26

CMYK Percentages of Color #8fedcf

%40
%0
%13
%7

Triadic Colors of #8fedcf

#8fedcf #cf8fed #edcf8f

Analogous Colors of #8fedcf

#8fedcf #8fdced #8feda0

Monochromatic Colors of #8fedcf

#8fedcf

Complementary Color

#8fedcf #ed8fad

#8fedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fedcf Color CSS Codes

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

#8fedcf Text Font Color

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

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


#8fedcf Background Color

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

This div background color is #8fedcf


#8fedcf Border Color

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

This div border color is #8fedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fedcf


Comments

No comments written yet.

Please login to write comment.