Color Hex Logo

#8ebedd Color Hex

#8EBEDD
(142,190,221)
0 Favorites   0 Comments

Color spaces of #8ebedd

RGB 142190221
HSL0.570.540.71
HSV204°36°87°
CMYK 0.360.140.00   0.13
XYZ42.619947.798275.3863
Yxy47.79820.25700.2883
Hunter Lab69.1362-10.9499-16.2546
CIE-Lab74.6975-8.2348-20.5575

#8ebedd color RGB value is (142,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11011101
Octal 216 276 335
Decimal 142 190 221
Hex 8E BE DD

RGB Percentages of Color #8ebedd

%25.68
%34.36
%39.96

CMYK Percentages of Color #8ebedd

%36
%14
%0
%13

Triadic Colors of #8ebedd

#8ebedd #dd8ebe #bedd8e

Analogous Colors of #8ebedd

#8ebedd #8e97dd #8eddd5

Monochromatic Colors of #8ebedd

#8ebedd

Complementary Color

#8ebedd #ddad8e

#8ebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebedd Color CSS Codes

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

#8ebedd Text Font Color

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

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


#8ebedd Background Color

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

This div background color is #8ebedd


#8ebedd Border Color

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

This div border color is #8ebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebedd


Comments

No comments written yet.

Please login to write comment.