Color Hex Logo

#9daebd Color Hex

#9DAEBD
(157,174,189)
0 Favorites   0 Comments

Color spaces of #9daebd

RGB 157174189
HSL0.580.200.68
HSV208°17°74°
CMYK 0.170.080.00   0.26
XYZ38.226041.114354.0652
Yxy41.11430.28650.3082
Hunter Lab64.1204-5.7963-5.1080
CIE-Lab70.2559-2.7216-9.6564

#9daebd color RGB value is (157,174,189).

#9daebd hex color red value is 157, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9daebd hue: 0.58 , saturation: 0.20 and the lightness value of 9daebd is 0.68.

The process color (four color CMYK) of #9daebd color hex is 0.17, 0.08, 0.00, 0.26. Web safe color of #9daebd is #9999cc. Color #9daebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 10111101
Octal 235 256 275
Decimal 157 174 189
Hex 9D AE BD

RGB Percentages of Color #9daebd

%30.19
%33.46
%36.35

CMYK Percentages of Color #9daebd

%17
%8
%0
%26

Triadic Colors of #9daebd

#9daebd #bd9dae #aebd9d

Analogous Colors of #9daebd

#9daebd #9d9ebd #9dbdbc

Monochromatic Colors of #9daebd

#9daebd

Complementary Color

#9daebd #bdac9d

#9daebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daebd Color CSS Codes

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

#9daebd Text Font Color

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

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


#9daebd Background Color

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

This div background color is #9daebd


#9daebd Border Color

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

This div border color is #9daebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daebd


Comments

No comments written yet.

Please login to write comment.