Color Hex Logo

#8ebec5 Color Hex

#8EBEC5
(142,190,197)
0 Favorites   0 Comments

Color spaces of #8ebec5

RGB 142190197
HSL0.520.320.66
HSV188°28°77°
CMYK 0.280.040.00   0.23
XYZ39.646846.608959.7301
Yxy46.60890.27160.3193
Hunter Lab68.2707-15.8136-4.0834
CIE-Lab73.9389-14.0794-8.6552

#8ebec5 color RGB value is (142,190,197).

#8ebec5 hex color red value is 142, green value is 190 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8ebec5 hue: 0.52 , saturation: 0.32 and the lightness value of 8ebec5 is 0.66.

The process color (four color CMYK) of #8ebec5 color hex is 0.28, 0.04, 0.00, 0.23. Web safe color of #8ebec5 is #99cccc. Color #8ebec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11000101
Octal 216 276 305
Decimal 142 190 197
Hex 8E BE C5

RGB Percentages of Color #8ebec5

%26.84
%35.92
%37.24

CMYK Percentages of Color #8ebec5

%28
%4
%0
%23

Triadic Colors of #8ebec5

#8ebec5 #c58ebe #bec58e

Analogous Colors of #8ebec5

#8ebec5 #8ea3c5 #8ec5b1

Monochromatic Colors of #8ebec5

#8ebec5

Complementary Color

#8ebec5 #c5958e

#8ebec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebec5 Color CSS Codes

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

#8ebec5 Text Font Color

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

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


#8ebec5 Background Color

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

This div background color is #8ebec5


#8ebec5 Border Color

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

This div border color is #8ebec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebec5


Comments

No comments written yet.

Please login to write comment.