Color Hex Logo

#9dbacc Color Hex

#9DBACC
(157,186,204)
0 Favorites   0 Comments

Color spaces of #9dbacc

RGB 157186204
HSL0.560.320.71
HSV203°23°80°
CMYK 0.230.090.00   0.20
XYZ42.362646.645563.8975
Yxy46.64550.27710.3051
Hunter Lab68.2975-8.8032-7.6620
CIE-Lab73.9624-5.8383-12.3370

#9dbacc color RGB value is (157,186,204).

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

The process color (four color CMYK) of #9dbacc color hex is 0.23, 0.09, 0.00, 0.20. Web safe color of #9dbacc is #99cccc. Color #9dbacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11001100
Octal 235 272 314
Decimal 157 186 204
Hex 9D BA CC

RGB Percentages of Color #9dbacc

%28.70
%34.00
%37.29

CMYK Percentages of Color #9dbacc

%23
%9
%0
%20

Triadic Colors of #9dbacc

#9dbacc #cc9dba #bacc9d

Analogous Colors of #9dbacc

#9dbacc #9da3cc #9dccc7

Monochromatic Colors of #9dbacc

#9dbacc

Complementary Color

#9dbacc #ccaf9d

#9dbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbacc Color CSS Codes

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

#9dbacc Text Font Color

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

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


#9dbacc Background Color

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

This div background color is #9dbacc


#9dbacc Border Color

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

This div border color is #9dbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbacc

#9dbacc Color Palettes


Comments

No comments written yet.

Please login to write comment.