Color Hex Logo

#9dafbc Color Hex

#9DAFBC
(157,175,188)
0 Favorites   0 Comments

Color spaces of #9dafbc

RGB 157175188
HSL0.570.190.68
HSV205°16°74°
CMYK 0.160.070.00   0.26
XYZ38.311741.458953.5601
Yxy41.45890.28730.3109
Hunter Lab64.3886-6.4712-4.2470
CIE-Lab70.4962-3.4818-8.7473

#9dafbc color RGB value is (157,175,188).

#9dafbc hex color red value is 157, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9dafbc hue: 0.57 , saturation: 0.19 and the lightness value of 9dafbc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 10111100
Octal 235 257 274
Decimal 157 175 188
Hex 9D AF BC

RGB Percentages of Color #9dafbc

%30.19
%33.65
%36.15

CMYK Percentages of Color #9dafbc

%16
%7
%0
%26

Triadic Colors of #9dafbc

#9dafbc #bc9daf #afbc9d

Analogous Colors of #9dafbc

#9dafbc #9da0bc #9dbcba

Monochromatic Colors of #9dafbc

#9dafbc

Complementary Color

#9dafbc #bcaa9d

#9dafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafbc Color CSS Codes

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

#9dafbc Text Font Color

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

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


#9dafbc Background Color

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

This div background color is #9dafbc


#9dafbc Border Color

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

This div border color is #9dafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafbc


Comments

No comments written yet.

Please login to write comment.