Color Hex Logo

#9dbabf Color Hex

#9DBABF
(157,186,191)
0 Favorites   0 Comments

Color spaces of #9dbabf

RGB 157186191
HSL0.520.210.68
HSV189°18°75°
CMYK 0.180.030.00   0.25
XYZ40.867546.047556.0243
Yxy46.04750.28590.3221
Hunter Lab67.8583-11.2509-1.4494
CIE-Lab73.5763-8.7212-5.8218

#9dbabf color RGB value is (157,186,191).

#9dbabf hex color red value is 157, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9dbabf hue: 0.52 , saturation: 0.21 and the lightness value of 9dbabf is 0.68.

The process color (four color CMYK) of #9dbabf color hex is 0.18, 0.03, 0.00, 0.25. Web safe color of #9dbabf is #99cccc. Color #9dbabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 10111111
Octal 235 272 277
Decimal 157 186 191
Hex 9D BA BF

RGB Percentages of Color #9dbabf

%29.40
%34.83
%35.77

CMYK Percentages of Color #9dbabf

%18
%3
%0
%25

Triadic Colors of #9dbabf

#9dbabf #bf9dba #babf9d

Analogous Colors of #9dbabf

#9dbabf #9da9bf #9dbfb3

Monochromatic Colors of #9dbabf

#9dbabf

Complementary Color

#9dbabf #bfa29d

#9dbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbabf Color CSS Codes

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

#9dbabf Text Font Color

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

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


#9dbabf Background Color

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

This div background color is #9dbabf


#9dbabf Border Color

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

This div border color is #9dbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbabf


Comments

No comments written yet.

Please login to write comment.