Color Hex Logo

#8ebecc Color Hex

#8EBECC
(142,190,204)
0 Favorites   0 Comments

Color spaces of #8ebecc

RGB 142190204
HSL0.540.380.68
HSV194°30°80°
CMYK 0.300.070.00   0.20
XYZ40.467946.937364.0537
Yxy46.93730.26720.3099
Hunter Lab68.5108-14.4577-7.4752
CIE-Lab74.1496-12.4263-12.1506

#8ebecc color RGB value is (142,190,204).

#8ebecc hex color red value is 142, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8ebecc hue: 0.54 , saturation: 0.38 and the lightness value of 8ebecc is 0.68.

The process color (four color CMYK) of #8ebecc color hex is 0.30, 0.07, 0.00, 0.20. Web safe color of #8ebecc is #99cccc. Color #8ebecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11001100
Octal 216 276 314
Decimal 142 190 204
Hex 8E BE CC

RGB Percentages of Color #8ebecc

%26.49
%35.45
%38.06

CMYK Percentages of Color #8ebecc

%30
%7
%0
%20

Triadic Colors of #8ebecc

#8ebecc #cc8ebe #becc8e

Analogous Colors of #8ebecc

#8ebecc #8e9fcc #8eccbb

Monochromatic Colors of #8ebecc

#8ebecc

Complementary Color

#8ebecc #cc9c8e

#8ebecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebecc Color CSS Codes

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

#8ebecc Text Font Color

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

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


#8ebecc Background Color

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

This div background color is #8ebecc


#8ebecc Border Color

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

This div border color is #8ebecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebecc


Comments

No comments written yet.

Please login to write comment.