Color Hex Logo

#9daebe Color Hex

#9DAEBE
(157,174,190)
0 Favorites   0 Comments

Color spaces of #9daebe

RGB 157174190
HSL0.580.200.68
HSV209°17°75°
CMYK 0.170.080.00   0.25
XYZ38.334941.157954.6390
Yxy41.15790.28580.3068
Hunter Lab64.1544-5.6092-5.5880
CIE-Lab70.2864-2.5028-10.1622

#9daebe color RGB value is (157,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 10111110
Octal 235 256 276
Decimal 157 174 190
Hex 9D AE BE

RGB Percentages of Color #9daebe

%30.13
%33.40
%36.47

CMYK Percentages of Color #9daebe

%17
%8
%0
%25

Triadic Colors of #9daebe

#9daebe #be9dae #aebe9d

Analogous Colors of #9daebe

#9daebe #9d9ebe #9dbebe

Monochromatic Colors of #9daebe

#9daebe

Complementary Color

#9daebe #bead9d

#9daebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daebe Color CSS Codes

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

#9daebe Text Font Color

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

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


#9daebe Background Color

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

This div background color is #9daebe


#9daebe Border Color

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

This div border color is #9daebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daebe


Comments

No comments written yet.

Please login to write comment.