Color Hex Logo

#8ebece Color Hex

#8EBECE
(142,190,206)
0 Favorites   0 Comments

Color spaces of #8ebece

RGB 142190206
HSL0.540.400.68
HSV195°31°81°
CMYK 0.310.080.00   0.19
XYZ40.709447.033965.3254
Yxy47.03390.26600.3073
Hunter Lab68.5813-14.0608-8.4683
CIE-Lab74.2114-11.9460-13.1458

#8ebece color RGB value is (142,190,206).

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

The process color (four color CMYK) of #8ebece color hex is 0.31, 0.08, 0.00, 0.19. Web safe color of #8ebece is #99cccc. Color #8ebece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11001110
Octal 216 276 316
Decimal 142 190 206
Hex 8E BE CE

RGB Percentages of Color #8ebece

%26.39
%35.32
%38.29

CMYK Percentages of Color #8ebece

%31
%8
%0
%19

Triadic Colors of #8ebece

#8ebece #ce8ebe #bece8e

Analogous Colors of #8ebece

#8ebece #8e9ece #8ecebe

Monochromatic Colors of #8ebece

#8ebece

Complementary Color

#8ebece #ce9e8e

#8ebece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebece Color CSS Codes

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

#8ebece Text Font Color

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

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


#8ebece Background Color

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

This div background color is #8ebece


#8ebece Border Color

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

This div border color is #8ebece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebece


Comments

No comments written yet.

Please login to write comment.