Color Hex Logo

#8ebecb Color Hex

#8EBECB
(142,190,203)
0 Favorites   0 Comments

Color spaces of #8ebecb

RGB 142190203
HSL0.540.370.68
HSV193°30°80°
CMYK 0.300.060.00   0.20
XYZ40.348346.889563.4239
Yxy46.88950.26780.3112
Hunter Lab68.4759-14.6547-6.9826
CIE-Lab74.1190-12.6653-11.6523

#8ebecb color RGB value is (142,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11001011
Octal 216 276 313
Decimal 142 190 203
Hex 8E BE CB

RGB Percentages of Color #8ebecb

%26.54
%35.51
%37.94

CMYK Percentages of Color #8ebecb

%30
%6
%0
%20

Triadic Colors of #8ebecb

#8ebecb #cb8ebe #becb8e

Analogous Colors of #8ebecb

#8ebecb #8ea0cb #8ecbba

Monochromatic Colors of #8ebecb

#8ebecb

Complementary Color

#8ebecb #cb9b8e

#8ebecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebecb Color CSS Codes

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

#8ebecb Text Font Color

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

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


#8ebecb Background Color

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

This div background color is #8ebecb


#8ebecb Border Color

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

This div border color is #8ebecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebecb


Comments

No comments written yet.

Please login to write comment.