Color Hex Logo

#9ebdcd Color Hex

#9EBDCD
(158,189,205)
0 Favorites   0 Comments

Color spaces of #9ebdcd

RGB 158189205
HSL0.560.320.71
HSV200°23°80°
CMYK 0.230.080.00   0.20
XYZ43.317648.072164.7534
Yxy48.07210.27740.3079
Hunter Lab69.3340-9.8137-6.8391
CIE-Lab74.8704-6.9031-11.5159

#9ebdcd color RGB value is (158,189,205).

#9ebdcd hex color red value is 158, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9ebdcd hue: 0.56 , saturation: 0.32 and the lightness value of 9ebdcd is 0.71.

The process color (four color CMYK) of #9ebdcd color hex is 0.23, 0.08, 0.00, 0.20. Web safe color of #9ebdcd is #99cccc. Color #9ebdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 11001101
Octal 236 275 315
Decimal 158 189 205
Hex 9E BD CD

RGB Percentages of Color #9ebdcd

%28.62
%34.24
%37.14

CMYK Percentages of Color #9ebdcd

%23
%8
%0
%20

Triadic Colors of #9ebdcd

#9ebdcd #cd9ebd #bdcd9e

Analogous Colors of #9ebdcd

#9ebdcd #9ea6cd #9ecdc6

Monochromatic Colors of #9ebdcd

#9ebdcd

Complementary Color

#9ebdcd #cdae9e

#9ebdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdcd Color CSS Codes

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

#9ebdcd Text Font Color

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

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


#9ebdcd Background Color

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

This div background color is #9ebdcd


#9ebdcd Border Color

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

This div border color is #9ebdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdcd


Comments

No comments written yet.

Please login to write comment.