Color Hex Logo

#9daece Color Hex

#9DAECE
(157,174,206)
0 Favorites   0 Comments

Color spaces of #9daece

RGB 157174206
HSL0.610.330.71
HSV219°24°81°
CMYK 0.240.160.00   0.19
XYZ40.181341.896464.3616
Yxy41.89640.27440.2861
Hunter Lab64.7274-2.4643-13.6457
CIE-Lab70.79941.1242-18.1949

#9daece color RGB value is (157,174,206).

#9daece hex color red value is 157, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9daece hue: 0.61 , saturation: 0.33 and the lightness value of 9daece is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 11001110
Octal 235 256 316
Decimal 157 174 206
Hex 9D AE CE

RGB Percentages of Color #9daece

%29.24
%32.40
%38.36

CMYK Percentages of Color #9daece

%24
%16
%0
%19

Triadic Colors of #9daece

#9daece #ce9dae #aece9d

Analogous Colors of #9daece

#9daece #a59dce #9dc7ce

Monochromatic Colors of #9daece

#9daece

Complementary Color

#9daece #cebd9d

#9daece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daece Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daece Color CSS Codes

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

#9daece Text Font Color

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

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


#9daece Background Color

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

This div background color is #9daece


#9daece Border Color

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

This div border color is #9daece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daece


Comments

No comments written yet.

Please login to write comment.