Color Hex Logo

#8ebccd Color Hex

#8EBCCD
(142,188,205)
0 Favorites   0 Comments

Color spaces of #8ebccd

RGB 142188205
HSL0.540.390.68
HSV196°31°80°
CMYK 0.310.080.00   0.20
XYZ40.158046.125064.5441
Yxy46.12500.26630.3058
Hunter Lab67.9154-13.3059-8.8061
CIE-Lab73.6266-11.1343-13.4790

#8ebccd color RGB value is (142,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 11001101
Octal 216 274 315
Decimal 142 188 205
Hex 8E BC CD

RGB Percentages of Color #8ebccd

%26.54
%35.14
%38.32

CMYK Percentages of Color #8ebccd

%31
%8
%0
%20

Triadic Colors of #8ebccd

#8ebccd #cd8ebc #bccd8e

Analogous Colors of #8ebccd

#8ebccd #8e9dcd #8ecdbf

Monochromatic Colors of #8ebccd

#8ebccd

Complementary Color

#8ebccd #cd9f8e

#8ebccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebccd Color CSS Codes

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

#8ebccd Text Font Color

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

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


#8ebccd Background Color

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

This div background color is #8ebccd


#8ebccd Border Color

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

This div border color is #8ebccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebccd


Comments

No comments written yet.

Please login to write comment.