Color Hex Logo

#8eacdb Color Hex

#8EACDB
(142,172,219)
0 Favorites   0 Comments

Color spaces of #8eacdb

RGB 142172219
HSL0.600.520.71
HSV217°35°86°
CMYK 0.350.210.00   0.14
XYZ38.694040.370372.7707
Yxy40.37030.25480.2659
Hunter Lab63.5376-2.4855-23.4295
CIE-Lab69.73251.0348-27.0474

#8eacdb color RGB value is (142,172,219).

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

The process color (four color CMYK) of #8eacdb color hex is 0.35, 0.21, 0.00, 0.14. Web safe color of #8eacdb is #9999cc. Color #8eacdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 11011011
Octal 216 254 333
Decimal 142 172 219
Hex 8E AC DB

RGB Percentages of Color #8eacdb

%26.64
%32.27
%41.09

CMYK Percentages of Color #8eacdb

%35
%21
%0
%14

Triadic Colors of #8eacdb

#8eacdb #db8eac #acdb8e

Analogous Colors of #8eacdb

#8eacdb #978edb #8ed3db

Monochromatic Colors of #8eacdb

#8eacdb

Complementary Color

#8eacdb #dbbd8e

#8eacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eacdb Color CSS Codes

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

#8eacdb Text Font Color

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

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


#8eacdb Background Color

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

This div background color is #8eacdb


#8eacdb Border Color

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

This div border color is #8eacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eacdb


Comments

No comments written yet.

Please login to write comment.