Color Hex Logo

#9dafbe Color Hex

#9DAFBE
(157,175,190)
0 Favorites   0 Comments

Color spaces of #9dafbe

RGB 157175190
HSL0.580.200.68
HSV207°17°75°
CMYK 0.170.080.00   0.25
XYZ38.528941.545754.7036
Yxy41.54570.28590.3083
Hunter Lab64.4560-6.0986-5.2001
CIE-Lab70.5566-3.0452-9.7590

#9dafbe color RGB value is (157,175,190).

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

The process color (four color CMYK) of #9dafbe color hex is 0.17, 0.08, 0.00, 0.25. Web safe color of #9dafbe is #9999cc. Color #9dafbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 10111110
Octal 235 257 276
Decimal 157 175 190
Hex 9D AF BE

RGB Percentages of Color #9dafbe

%30.08
%33.52
%36.40

CMYK Percentages of Color #9dafbe

%17
%8
%0
%25

Triadic Colors of #9dafbe

#9dafbe #be9daf #afbe9d

Analogous Colors of #9dafbe

#9dafbe #9d9fbe #9dbebd

Monochromatic Colors of #9dafbe

#9dafbe

Complementary Color

#9dafbe #beac9d

#9dafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafbe Color CSS Codes

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

#9dafbe Text Font Color

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

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


#9dafbe Background Color

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

This div background color is #9dafbe


#9dafbe Border Color

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

This div border color is #9dafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafbe

#9dafbe Color Palettes


Comments

No comments written yet.

Please login to write comment.