Color Hex Logo

#8eabdd Color Hex

#8EABDD
(142,171,221)
0 Favorites   0 Comments

Color spaces of #8eabdd

RGB 142171221
HSL0.610.540.71
HSV218°36°87°
CMYK 0.360.230.00   0.13
XYZ38.769440.097174.1028
Yxy40.09710.25340.2621
Hunter Lab63.3223-1.5264-25.0585
CIE-Lab69.53862.1108-28.4421

#8eabdd color RGB value is (142,171,221).

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

The process color (four color CMYK) of #8eabdd color hex is 0.36, 0.23, 0.00, 0.13. Web safe color of #8eabdd is #9999cc. Color #8eabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101011 11011101
Octal 216 253 335
Decimal 142 171 221
Hex 8E AB DD

RGB Percentages of Color #8eabdd

%26.59
%32.02
%41.39

CMYK Percentages of Color #8eabdd

%36
%23
%0
%13

Triadic Colors of #8eabdd

#8eabdd #dd8eab #abdd8e

Analogous Colors of #8eabdd

#8eabdd #998edd #8ed3dd

Monochromatic Colors of #8eabdd

#8eabdd

Complementary Color

#8eabdd #ddc08e

#8eabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eabdd Color CSS Codes

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

#8eabdd Text Font Color

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

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


#8eabdd Background Color

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

This div background color is #8eabdd


#8eabdd Border Color

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

This div border color is #8eabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eabdd


Comments

No comments written yet.

Please login to write comment.