Color Hex Logo

#8eacda Color Hex

#8EACDA
(142,172,218)
0 Favorites   0 Comments

Color spaces of #8eacda

RGB 142172218
HSL0.600.510.71
HSV216°35°85°
CMYK 0.350.210.00   0.15
XYZ38.562740.317872.0793
Yxy40.31780.25550.2671
Hunter Lab63.4963-2.7115-22.8570
CIE-Lab69.69530.7754-26.5560

#8eacda color RGB value is (142,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 11011010
Octal 216 254 332
Decimal 142 172 218
Hex 8E AC DA

RGB Percentages of Color #8eacda

%26.69
%32.33
%40.98

CMYK Percentages of Color #8eacda

%35
%21
%0
%15

Triadic Colors of #8eacda

#8eacda #da8eac #acda8e

Analogous Colors of #8eacda

#8eacda #968eda #8ed2da

Monochromatic Colors of #8eacda

#8eacda

Complementary Color

#8eacda #dabc8e

#8eacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eacda Color CSS Codes

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

#8eacda Text Font Color

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

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


#8eacda Background Color

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

This div background color is #8eacda


#8eacda Border Color

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

This div border color is #8eacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eacda


Comments

No comments written yet.

Please login to write comment.