Color Hex Logo

#8ebcbd Color Hex

#8EBCBD
(142,188,189)
0 Favorites   0 Comments

Color spaces of #8ebcbd

RGB 142188189
HSL0.500.260.65
HSV181°25°74°
CMYK 0.250.010.00   0.26
XYZ38.323945.391354.8856
Yxy45.39130.27650.3275
Hunter Lab67.3731-16.3665-1.1396
CIE-Lab73.1488-14.8761-5.4657

#8ebcbd color RGB value is (142,188,189).

#8ebcbd hex color red value is 142, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8ebcbd hue: 0.50 , saturation: 0.26 and the lightness value of 8ebcbd is 0.65.

The process color (four color CMYK) of #8ebcbd color hex is 0.25, 0.01, 0.00, 0.26. Web safe color of #8ebcbd is #99cccc. Color #8ebcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 10111101
Octal 216 274 275
Decimal 142 188 189
Hex 8E BC BD

RGB Percentages of Color #8ebcbd

%27.36
%36.22
%36.42

CMYK Percentages of Color #8ebcbd

%25
%1
%0
%26

Triadic Colors of #8ebcbd

#8ebcbd #bd8ebc #bcbd8e

Analogous Colors of #8ebcbd

#8ebcbd #8ea5bd #8ebda7

Monochromatic Colors of #8ebcbd

#8ebcbd

Complementary Color

#8ebcbd #bd8f8e

#8ebcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebcbd Color CSS Codes

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

#8ebcbd Text Font Color

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

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


#8ebcbd Background Color

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

This div background color is #8ebcbd


#8ebcbd Border Color

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

This div border color is #8ebcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebcbd

#8ebcbd Color Palettes


Comments

No comments written yet.

Please login to write comment.