Color Hex Logo

#8feccc Color Hex

#8FECCC
(143,236,204)
0 Favorites   0 Comments

Color spaces of #8feccc

RGB 143236204
HSL0.440.710.74
HSV159°39°93°
CMYK 0.390.000.14   0.07
XYZ52.222270.190267.9224
Yxy70.19020.27440.3688
Hunter Lab83.7796-35.350210.5777
CIE-Lab87.0901-34.83336.8524

#8feccc color RGB value is (143,236,204).

#8feccc hex color red value is 143, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8feccc hue: 0.44 , saturation: 0.71 and the lightness value of 8feccc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101100 11001100
Octal 217 354 314
Decimal 143 236 204
Hex 8F EC CC

RGB Percentages of Color #8feccc

%24.53
%40.48
%34.99

CMYK Percentages of Color #8feccc

%39
%0
%14
%7

Triadic Colors of #8feccc

#8feccc #cc8fec #eccc8f

Analogous Colors of #8feccc

#8feccc #8fdeec #8fec9e

Monochromatic Colors of #8feccc

#8feccc

Complementary Color

#8feccc #ec8faf

#8feccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feccc Color CSS Codes

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

#8feccc Text Font Color

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

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


#8feccc Background Color

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

This div background color is #8feccc


#8feccc Border Color

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

This div border color is #8feccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feccc


Comments

No comments written yet.

Please login to write comment.