Color Hex Logo

#9dbcaf Color Hex

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

Color spaces of #9dbcaf

RGB 157188175
HSL0.430.190.68
HSV155°16°74°
CMYK 0.160.000.07   0.26
XYZ39.625746.229747.3922
Yxy46.22970.29740.3469
Hunter Lab67.9924-14.95776.2683
CIE-Lab73.6943-13.09153.0758

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

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

The process color (four color CMYK) of #9dbcaf color hex is 0.16, 0.00, 0.07, 0.26. Web safe color of #9dbcaf is #99cc99. Color #9dbcaf contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #9dbcaf

%30.19
%36.15
%33.65

CMYK Percentages of Color #9dbcaf

%16
%0
%7
%26

Triadic Colors of #9dbcaf

#9dbcaf #af9dbc #bcaf9d

Analogous Colors of #9dbcaf

#9dbcaf #9dbabc #9dbca0

Monochromatic Colors of #9dbcaf

#9dbcaf

Complementary Color

#9dbcaf #bc9daa

#9dbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbcaf Color CSS Codes

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

#9dbcaf Text Font Color

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

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


#9dbcaf Background Color

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

This div background color is #9dbcaf


#9dbcaf Border Color

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

This div border color is #9dbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbcaf


Comments

No comments written yet.

Please login to write comment.