Color Hex Logo

#9dabca Color Hex

#9DABCA
(157,171,202)
0 Favorites   0 Comments

Color spaces of #9dabca

RGB 157171202
HSL0.610.300.70
HSV221°22°79°
CMYK 0.220.150.00   0.21
XYZ39.128240.558261.6433
Yxy40.55820.27690.2870
Hunter Lab63.6853-1.7791-12.8092
CIE-Lab69.86531.8433-17.4084

#9dabca color RGB value is (157,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 11001010
Octal 235 253 312
Decimal 157 171 202
Hex 9D AB CA

RGB Percentages of Color #9dabca

%29.62
%32.26
%38.11

CMYK Percentages of Color #9dabca

%22
%15
%0
%21

Triadic Colors of #9dabca

#9dabca #ca9dab #abca9d

Analogous Colors of #9dabca

#9dabca #a69dca #9dc2ca

Monochromatic Colors of #9dabca

#9dabca

Complementary Color

#9dabca #cabc9d

#9dabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dabca Color CSS Codes

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

#9dabca Text Font Color

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

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


#9dabca Background Color

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

This div background color is #9dabca


#9dabca Border Color

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

This div border color is #9dabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dabca


Comments

No comments written yet.

Please login to write comment.