Color Hex Logo

#8ebbdd Color Hex

#8EBBDD
(142,187,221)
0 Favorites   0 Comments

Color spaces of #8ebbdd

RGB 142187221
HSL0.570.540.71
HSV206°36°87°
CMYK 0.360.150.00   0.13
XYZ41.976846.511975.1719
Yxy46.51190.25650.2842
Hunter Lab68.1996-9.4828-17.6117
CIE-Lab73.8765-6.6307-21.8051

#8ebbdd color RGB value is (142,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11011101
Octal 216 273 335
Decimal 142 187 221
Hex 8E BB DD

RGB Percentages of Color #8ebbdd

%25.82
%34.00
%40.18

CMYK Percentages of Color #8ebbdd

%36
%15
%0
%13

Triadic Colors of #8ebbdd

#8ebbdd #dd8ebb #bbdd8e

Analogous Colors of #8ebbdd

#8ebbdd #8e94dd #8eddd8

Monochromatic Colors of #8ebbdd

#8ebbdd

Complementary Color

#8ebbdd #ddb08e

#8ebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbdd Color CSS Codes

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

#8ebbdd Text Font Color

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

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


#8ebbdd Background Color

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

This div background color is #8ebbdd


#8ebbdd Border Color

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

This div border color is #8ebbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbdd


Comments

No comments written yet.

Please login to write comment.