Color Hex Logo

#8ecceb Color Hex

#8ECCEB
(142,204,235)
0 Favorites   0 Comments

Color spaces of #8ecceb

RGB 142204235
HSL0.560.700.74
HSV200°40°92°
CMYK 0.400.130.00   0.08
XYZ47.743654.934786.6844
Yxy54.93470.25210.2901
Hunter Lab74.1179-14.7244-17.4599
CIE-Lab79.0036-12.0365-21.5639

#8ecceb color RGB value is (142,204,235).

#8ecceb hex color red value is 142, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8ecceb hue: 0.56 , saturation: 0.70 and the lightness value of 8ecceb is 0.74.

The process color (four color CMYK) of #8ecceb color hex is 0.40, 0.13, 0.00, 0.08. Web safe color of #8ecceb is #99ccff. Color #8ecceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001100 11101011
Octal 216 314 353
Decimal 142 204 235
Hex 8E CC EB

RGB Percentages of Color #8ecceb

%24.44
%35.11
%40.45

CMYK Percentages of Color #8ecceb

%40
%13
%0
%8

Triadic Colors of #8ecceb

#8ecceb #eb8ecc #cceb8e

Analogous Colors of #8ecceb

#8ecceb #8e9eeb #8eebdc

Monochromatic Colors of #8ecceb

#8ecceb

Complementary Color

#8ecceb #ebad8e

#8ecceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecceb Color CSS Codes

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

#8ecceb Text Font Color

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

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


#8ecceb Background Color

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

This div background color is #8ecceb


#8ecceb Border Color

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

This div border color is #8ecceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecceb


Comments

No comments written yet.

Please login to write comment.