Color Hex Logo

#8ebedc Color Hex

#8EBEDC
(142,190,220)
0 Favorites   0 Comments

Color spaces of #8ebedc

RGB 142190220
HSL0.560.530.71
HSV203°35°86°
CMYK 0.350.140.00   0.14
XYZ42.487147.745074.6865
Yxy47.74500.25760.2895
Hunter Lab69.0978-11.1643-15.7170
CIE-Lab74.6638-8.4876-20.0663

#8ebedc color RGB value is (142,190,220).

#8ebedc hex color red value is 142, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8ebedc hue: 0.56 , saturation: 0.53 and the lightness value of 8ebedc is 0.71.

The process color (four color CMYK) of #8ebedc color hex is 0.35, 0.14, 0.00, 0.14. Web safe color of #8ebedc is #99cccc. Color #8ebedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11011100
Octal 216 276 334
Decimal 142 190 220
Hex 8E BE DC

RGB Percentages of Color #8ebedc

%25.72
%34.42
%39.86

CMYK Percentages of Color #8ebedc

%35
%14
%0
%14

Triadic Colors of #8ebedc

#8ebedc #dc8ebe #bedc8e

Analogous Colors of #8ebedc

#8ebedc #8e97dc #8edcd3

Monochromatic Colors of #8ebedc

#8ebedc

Complementary Color

#8ebedc #dcac8e

#8ebedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebedc Color CSS Codes

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

#8ebedc Text Font Color

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

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


#8ebedc Background Color

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

This div background color is #8ebedc


#8ebedc Border Color

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

This div border color is #8ebedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebedc


Comments

No comments written yet.

Please login to write comment.