Color Hex Logo

#8efccd Color Hex

#8EFCCD
(142,252,205)
0 Favorites   0 Comments

Color spaces of #8efccd

RGB 142252205
HSL0.430.950.77
HSV154°44°99°
CMYK 0.440.000.19   0.01
XYZ56.985279.779470.1531
Yxy79.77940.27540.3856
Hunter Lab89.3193-42.426815.9560
CIE-Lab91.5858-42.121512.7530

#8efccd color RGB value is (142,252,205).

#8efccd hex color red value is 142, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8efccd hue: 0.43 , saturation: 0.95 and the lightness value of 8efccd is 0.77.

The process color (four color CMYK) of #8efccd color hex is 0.44, 0.00, 0.19, 0.01. Web safe color of #8efccd is #99ffcc. Color #8efccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111100 11001101
Octal 216 374 315
Decimal 142 252 205
Hex 8E FC CD

RGB Percentages of Color #8efccd

%23.71
%42.07
%34.22

CMYK Percentages of Color #8efccd

%44
%0
%19
%1

Triadic Colors of #8efccd

#8efccd #cd8efc #fccd8e

Analogous Colors of #8efccd

#8efccd #8ef4fc #8efc96

Monochromatic Colors of #8efccd

#8efccd

Complementary Color

#8efccd #fc8ebd

#8efccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efccd Color CSS Codes

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

#8efccd Text Font Color

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

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


#8efccd Background Color

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

This div background color is #8efccd


#8efccd Border Color

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

This div border color is #8efccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,252,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8efccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8efccd;
  -webkit-box-shadow: 1px 1px 3px 2px #8efccd;
  box-shadow:         1px 1px 3px 2px #8efccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,252,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efccd


Comments

No comments written yet.

Please login to write comment.