Color Hex Logo

#8ebadf Color Hex

#8EBADF
(142,186,223)
0 Favorites   0 Comments

Color spaces of #8ebadf

RGB 142186223
HSL0.580.560.72
HSV207°36°87°
CMYK 0.360.170.00   0.13
XYZ42.033546.196376.5134
Yxy46.19630.25510.2804
Hunter Lab67.9679-8.5536-19.1670
CIE-Lab73.6727-5.5811-23.2017

#8ebadf color RGB value is (142,186,223).

#8ebadf hex color red value is 142, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8ebadf hue: 0.58 , saturation: 0.56 and the lightness value of 8ebadf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 11011111
Octal 216 272 337
Decimal 142 186 223
Hex 8E BA DF

RGB Percentages of Color #8ebadf

%25.77
%33.76
%40.47

CMYK Percentages of Color #8ebadf

%36
%17
%0
%13

Triadic Colors of #8ebadf

#8ebadf #df8eba #badf8e

Analogous Colors of #8ebadf

#8ebadf #8e92df #8edfdc

Monochromatic Colors of #8ebadf

#8ebadf

Complementary Color

#8ebadf #dfb38e

#8ebadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebadf Color CSS Codes

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

#8ebadf Text Font Color

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

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


#8ebadf Background Color

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

This div background color is #8ebadf


#8ebadf Border Color

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

This div border color is #8ebadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebadf


Comments

No comments written yet.

Please login to write comment.