Color Hex Logo

#9eadca Color Hex

#9EADCA
(158,173,202)
0 Favorites   0 Comments

Color spaces of #9eadca

RGB 158173202
HSL0.610.290.71
HSV220°22°79°
CMYK 0.220.140.00   0.21
XYZ39.704841.420561.7794
Yxy41.42050.27780.2898
Hunter Lab64.3588-2.5060-11.8627
CIE-Lab70.46951.0569-16.4882

#9eadca color RGB value is (158,173,202).

#9eadca hex color red value is 158, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9eadca hue: 0.61 , saturation: 0.29 and the lightness value of 9eadca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11001010
Octal 236 255 312
Decimal 158 173 202
Hex 9E AD CA

RGB Percentages of Color #9eadca

%29.64
%32.46
%37.90

CMYK Percentages of Color #9eadca

%22
%14
%0
%21

Triadic Colors of #9eadca

#9eadca #ca9ead #adca9e

Analogous Colors of #9eadca

#9eadca #a59eca #9ec3ca

Monochromatic Colors of #9eadca

#9eadca

Complementary Color

#9eadca #cabb9e

#9eadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadca Color CSS Codes

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

#9eadca Text Font Color

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

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


#9eadca Background Color

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

This div background color is #9eadca


#9eadca Border Color

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

This div border color is #9eadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadca


Comments

No comments written yet.

Please login to write comment.