Color Hex Logo

#8ebcc5 Color Hex

#8EBCC5
(142,188,197)
0 Favorites   0 Comments

Color spaces of #8ebcc5

RGB 142188197
HSL0.530.320.66
HSV190°28°77°
CMYK 0.280.050.00   0.23
XYZ39.216645.748459.5867
Yxy45.74840.27130.3165
Hunter Lab67.6376-14.8705-4.8864
CIE-Lab73.3820-13.0350-9.4843

#8ebcc5 color RGB value is (142,188,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 11000101
Octal 216 274 305
Decimal 142 188 197
Hex 8E BC C5

RGB Percentages of Color #8ebcc5

%26.94
%35.67
%37.38

CMYK Percentages of Color #8ebcc5

%28
%5
%0
%23

Triadic Colors of #8ebcc5

#8ebcc5 #c58ebc #bcc58e

Analogous Colors of #8ebcc5

#8ebcc5 #8ea1c5 #8ec5b3

Monochromatic Colors of #8ebcc5

#8ebcc5

Complementary Color

#8ebcc5 #c5978e

#8ebcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebcc5 Color CSS Codes

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

#8ebcc5 Text Font Color

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

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


#8ebcc5 Background Color

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

This div background color is #8ebcc5


#8ebcc5 Border Color

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

This div border color is #8ebcc5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,188,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 #8ebcc5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebcc5


Comments

No comments written yet.

Please login to write comment.