Color Hex Logo

#9dafba Color Hex

#9DAFBA
(157,175,186)
0 Favorites   0 Comments

Color spaces of #9dafba

RGB 157175186
HSL0.560.170.67
HSV203°16°73°
CMYK 0.160.060.00   0.27
XYZ38.097541.373252.4322
Yxy41.37320.28880.3137
Hunter Lab64.3220-6.8391-3.3050
CIE-Lab70.4366-3.9144-7.7340

#9dafba color RGB value is (157,175,186).

#9dafba hex color red value is 157, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9dafba hue: 0.56 , saturation: 0.17 and the lightness value of 9dafba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 10111010
Octal 235 257 272
Decimal 157 175 186
Hex 9D AF BA

RGB Percentages of Color #9dafba

%30.31
%33.78
%35.91

CMYK Percentages of Color #9dafba

%16
%6
%0
%27

Triadic Colors of #9dafba

#9dafba #ba9daf #afba9d

Analogous Colors of #9dafba

#9dafba #9da1ba #9dbab7

Monochromatic Colors of #9dafba

#9dafba

Complementary Color

#9dafba #baa89d

#9dafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafba Color CSS Codes

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

#9dafba Text Font Color

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

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


#9dafba Background Color

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

This div background color is #9dafba


#9dafba Border Color

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

This div border color is #9dafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafba


Comments

No comments written yet.

Please login to write comment.