Color Hex Logo

#8ebbec Color Hex

#8EBBEC
(142,187,236)
0 Favorites   0 Comments

Color spaces of #8ebbec

RGB 142187236
HSL0.590.710.74
HSV211°40°93°
CMYK 0.400.210.00   0.07
XYZ44.066047.347686.1733
Yxy47.34760.24810.2666
Hunter Lab68.8096-6.1045-26.0848
CIE-Lab74.4116-2.7221-29.1162

#8ebbec color RGB value is (142,187,236).

#8ebbec hex color red value is 142, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8ebbec hue: 0.59 , saturation: 0.71 and the lightness value of 8ebbec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11101100
Octal 216 273 354
Decimal 142 187 236
Hex 8E BB EC

RGB Percentages of Color #8ebbec

%25.13
%33.10
%41.77

CMYK Percentages of Color #8ebbec

%40
%21
%0
%7

Triadic Colors of #8ebbec

#8ebbec #ec8ebb #bbec8e

Analogous Colors of #8ebbec

#8ebbec #908eec #8eeaec

Monochromatic Colors of #8ebbec

#8ebbec

Complementary Color

#8ebbec #ecbf8e

#8ebbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbec Color CSS Codes

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

#8ebbec Text Font Color

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

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


#8ebbec Background Color

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

This div background color is #8ebbec


#8ebbec Border Color

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

This div border color is #8ebbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbec


Comments

No comments written yet.

Please login to write comment.