Color Hex Logo

#9eacda Color Hex

#9EACDA
(158,172,218)
0 Favorites   0 Comments

Color spaces of #9eacda

RGB 158172218
HSL0.630.450.74
HSV226°28°85°
CMYK 0.280.210.00   0.15
XYZ41.508041.836172.2171
Yxy41.83610.26680.2689
Hunter Lab64.68081.3584-20.9216
CIE-Lab70.75785.3892-24.8351

#9eacda color RGB value is (158,172,218).

#9eacda hex color red value is 158, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9eacda hue: 0.63 , saturation: 0.45 and the lightness value of 9eacda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11011010
Octal 236 254 332
Decimal 158 172 218
Hex 9E AC DA

RGB Percentages of Color #9eacda

%28.83
%31.39
%39.78

CMYK Percentages of Color #9eacda

%28
%21
%0
%15

Triadic Colors of #9eacda

#9eacda #da9eac #acda9e

Analogous Colors of #9eacda

#9eacda #ae9eda #9ecada

Monochromatic Colors of #9eacda

#9eacda

Complementary Color

#9eacda #dacc9e

#9eacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eacda Color CSS Codes

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

#9eacda Text Font Color

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

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


#9eacda Background Color

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

This div background color is #9eacda


#9eacda Border Color

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

This div border color is #9eacda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,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 #9eacda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eacda


Comments

No comments written yet.

Please login to write comment.