Color Hex Logo

#8ebadb Color Hex

#8EBADB
(142,186,219)
0 Favorites   0 Comments

Color spaces of #8ebadb

RGB 142186219
HSL0.570.520.71
HSV206°35°86°
CMYK 0.350.150.00   0.14
XYZ41.500445.983173.7061
Yxy45.98310.25750.2853
Hunter Lab67.8108-9.4265-16.9769
CIE-Lab73.5346-6.6029-21.2381

#8ebadb color RGB value is (142,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 11011011
Octal 216 272 333
Decimal 142 186 219
Hex 8E BA DB

RGB Percentages of Color #8ebadb

%25.96
%34.00
%40.04

CMYK Percentages of Color #8ebadb

%35
%15
%0
%14

Triadic Colors of #8ebadb

#8ebadb #db8eba #badb8e

Analogous Colors of #8ebadb

#8ebadb #8e94db #8edbd6

Monochromatic Colors of #8ebadb

#8ebadb

Complementary Color

#8ebadb #dbaf8e

#8ebadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebadb Color CSS Codes

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

#8ebadb Text Font Color

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

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


#8ebadb Background Color

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

This div background color is #8ebadb


#8ebadb Border Color

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

This div border color is #8ebadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebadb


Comments

No comments written yet.

Please login to write comment.