Color Hex Logo

#9daeca Color Hex

#9DAECA
(157,174,202)
0 Favorites   0 Comments

Color spaces of #9daeca

RGB 157174202
HSL0.600.300.70
HSV217°22°79°
CMYK 0.220.140.00   0.21
XYZ39.701341.704561.8344
Yxy41.70450.27720.2912
Hunter Lab64.5790-3.2767-11.5648
CIE-Lab70.66670.1960-16.1974

#9daeca color RGB value is (157,174,202).

#9daeca hex color red value is 157, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9daeca hue: 0.60 , saturation: 0.30 and the lightness value of 9daeca is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 11001010
Octal 235 256 312
Decimal 157 174 202
Hex 9D AE CA

RGB Percentages of Color #9daeca

%29.46
%32.65
%37.90

CMYK Percentages of Color #9daeca

%22
%14
%0
%21

Triadic Colors of #9daeca

#9daeca #ca9dae #aeca9d

Analogous Colors of #9daeca

#9daeca #a39dca #9dc5ca

Monochromatic Colors of #9daeca

#9daeca

Complementary Color

#9daeca #cab99d

#9daeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daeca Color CSS Codes

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

#9daeca Text Font Color

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

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


#9daeca Background Color

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

This div background color is #9daeca


#9daeca Border Color

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

This div border color is #9daeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,174,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 #9daeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daeca


Comments

No comments written yet.

Please login to write comment.