Color Hex Logo

#8ceadd Color Hex

#8CEADD
(140,234,221)
0 Favorites   0 Comments

Color spaces of #8ceadd

RGB 140234221
HSL0.480.690.73
HSV172°40°92°
CMYK 0.400.000.06   0.08
XYZ53.289269.641579.0401
Yxy69.64150.26380.3448
Hunter Lab83.4515-32.05622.2602
CIE-Lab86.8207-30.9021-2.4688

#8ceadd color RGB value is (140,234,221).

#8ceadd hex color red value is 140, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8ceadd hue: 0.48 , saturation: 0.69 and the lightness value of 8ceadd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101010 11011101
Octal 214 352 335
Decimal 140 234 221
Hex 8C EA DD

RGB Percentages of Color #8ceadd

%23.53
%39.33
%37.14

CMYK Percentages of Color #8ceadd

%40
%0
%6
%8

Triadic Colors of #8ceadd

#8ceadd #dd8cea #eadd8c

Analogous Colors of #8ceadd

#8ceadd #8cc8ea #8ceaae

Monochromatic Colors of #8ceadd

#8ceadd

Complementary Color

#8ceadd #ea8c99

#8ceadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceadd Color CSS Codes

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

#8ceadd Text Font Color

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

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


#8ceadd Background Color

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

This div background color is #8ceadd


#8ceadd Border Color

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

This div border color is #8ceadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,234,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 #8ceadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceadd


Comments

No comments written yet.

Please login to write comment.