Color Hex Logo

#9eacdb Color Hex

#9EACDB
(158,172,219)
0 Favorites   0 Comments

Color spaces of #9eacdb

RGB 158172219
HSL0.630.460.74
HSV226°28°86°
CMYK 0.280.210.00   0.14
XYZ41.639341.888672.9085
Yxy41.88860.26620.2678
Hunter Lab64.72141.5777-21.4851
CIE-Lab70.79405.6324-25.3274

#9eacdb color RGB value is (158,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11011011
Octal 236 254 333
Decimal 158 172 219
Hex 9E AC DB

RGB Percentages of Color #9eacdb

%28.78
%31.33
%39.89

CMYK Percentages of Color #9eacdb

%28
%21
%0
%14

Triadic Colors of #9eacdb

#9eacdb #db9eac #acdb9e

Analogous Colors of #9eacdb

#9eacdb #af9edb #9ecbdb

Monochromatic Colors of #9eacdb

#9eacdb

Complementary Color

#9eacdb #dbcd9e

#9eacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eacdb Color CSS Codes

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

#9eacdb Text Font Color

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

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


#9eacdb Background Color

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

This div background color is #9eacdb


#9eacdb Border Color

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

This div border color is #9eacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eacdb


Comments

No comments written yet.

Please login to write comment.