Color Hex Logo

#8ebdcd Color Hex

#8EBDCD
(142,189,205)
0 Favorites   0 Comments

Color spaces of #8ebdcd

RGB 142189205
HSL0.540.390.68
HSV195°31°80°
CMYK 0.310.080.00   0.20
XYZ40.372446.553864.6155
Yxy46.55380.26640.3072
Hunter Lab68.2303-13.7833-8.3876
CIE-Lab73.9035-11.6613-13.0635

#8ebdcd color RGB value is (142,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 11001101
Octal 216 275 315
Decimal 142 189 205
Hex 8E BD CD

RGB Percentages of Color #8ebdcd

%26.49
%35.26
%38.25

CMYK Percentages of Color #8ebdcd

%31
%8
%0
%20

Triadic Colors of #8ebdcd

#8ebdcd #cd8ebd #bdcd8e

Analogous Colors of #8ebdcd

#8ebdcd #8e9ecd #8ecdbe

Monochromatic Colors of #8ebdcd

#8ebdcd

Complementary Color

#8ebdcd #cd9e8e

#8ebdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdcd Color CSS Codes

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

#8ebdcd Text Font Color

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

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


#8ebdcd Background Color

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

This div background color is #8ebdcd


#8ebdcd Border Color

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

This div border color is #8ebdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebdcd


Comments

No comments written yet.

Please login to write comment.