Color Hex Logo

#9eadcf Color Hex

#9EADCF
(158,173,207)
0 Favorites   0 Comments

Color spaces of #9eadcf

RGB 158173207
HSL0.620.340.72
HSV222°24°81°
CMYK 0.240.160.00   0.19
XYZ40.306641.661264.9485
Yxy41.66120.27440.2836
Hunter Lab64.5455-1.4870-14.4784
CIE-Lab70.63672.2152-18.9841

#9eadcf color RGB value is (158,173,207).

#9eadcf hex color red value is 158, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9eadcf hue: 0.62 , saturation: 0.34 and the lightness value of 9eadcf is 0.72.

The process color (four color CMYK) of #9eadcf color hex is 0.24, 0.16, 0.00, 0.19. Web safe color of #9eadcf is #9999cc. Color #9eadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11001111
Octal 236 255 317
Decimal 158 173 207
Hex 9E AD CF

RGB Percentages of Color #9eadcf

%29.37
%32.16
%38.48

CMYK Percentages of Color #9eadcf

%24
%16
%0
%19

Triadic Colors of #9eadcf

#9eadcf #cf9ead #adcf9e

Analogous Colors of #9eadcf

#9eadcf #a89ecf #9ec6cf

Monochromatic Colors of #9eadcf

#9eadcf

Complementary Color

#9eadcf #cfc09e

#9eadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadcf Color CSS Codes

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

#9eadcf Text Font Color

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

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


#9eadcf Background Color

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

This div background color is #9eadcf


#9eadcf Border Color

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

This div border color is #9eadcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,173,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadcf


Comments

No comments written yet.

Please login to write comment.