Color Hex Logo

#8eccda Color Hex

#8ECCDA
(142,204,218)
0 Favorites   0 Comments

Color spaces of #8eccda

RGB 142204218
HSL0.530.510.71
HSV191°35°85°
CMYK 0.350.060.00   0.15
XYZ45.403153.998574.3594
Yxy53.99850.26130.3108
Hunter Lab73.4837-18.3073-8.5580
CIE-Lab78.4609-16.3008-13.2618

#8eccda color RGB value is (142,204,218).

#8eccda hex color red value is 142, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8eccda hue: 0.53 , saturation: 0.51 and the lightness value of 8eccda is 0.71.

The process color (four color CMYK) of #8eccda color hex is 0.35, 0.06, 0.00, 0.15. Web safe color of #8eccda is #99cccc. Color #8eccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001100 11011010
Octal 216 314 332
Decimal 142 204 218
Hex 8E CC DA

RGB Percentages of Color #8eccda

%25.18
%36.17
%38.65

CMYK Percentages of Color #8eccda

%35
%6
%0
%15

Triadic Colors of #8eccda

#8eccda #da8ecc #ccda8e

Analogous Colors of #8eccda

#8eccda #8ea6da #8edac2

Monochromatic Colors of #8eccda

#8eccda

Complementary Color

#8eccda #da9c8e

#8eccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eccda Color CSS Codes

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

#8eccda Text Font Color

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

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


#8eccda Background Color

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

This div background color is #8eccda


#8eccda Border Color

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

This div border color is #8eccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eccda


Comments

No comments written yet.

Please login to write comment.