Color Hex Logo

#8efcdd Color Hex

#8EFCDD
(142,252,221)
0 Favorites   0 Comments

Color spaces of #8efcdd

RGB 142252221
HSL0.450.950.77
HSV163°44°99°
CMYK 0.440.000.12   0.01
XYZ59.016980.592080.8519
Yxy80.59200.26770.3656
Hunter Lab89.7730-39.75679.4430
CIE-Lab91.9498-38.73855.0114

#8efcdd color RGB value is (142,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111100 11011101
Octal 216 374 335
Decimal 142 252 221
Hex 8E FC DD

RGB Percentages of Color #8efcdd

%23.09
%40.98
%35.93

CMYK Percentages of Color #8efcdd

%44
%0
%12
%1

Triadic Colors of #8efcdd

#8efcdd #dd8efc #fcdd8e

Analogous Colors of #8efcdd

#8efcdd #8ee4fc #8efca6

Monochromatic Colors of #8efcdd

#8efcdd

Complementary Color

#8efcdd #fc8ead

#8efcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efcdd Color CSS Codes

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

#8efcdd Text Font Color

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

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


#8efcdd Background Color

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

This div background color is #8efcdd


#8efcdd Border Color

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

This div border color is #8efcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efcdd


Comments

No comments written yet.

Please login to write comment.