Color Hex Logo

#9daccb Color Hex

#9DACCB
(157,172,203)
0 Favorites   0 Comments

Color spaces of #9daccb

RGB 157172203
HSL0.610.310.71
HSV220°23°80°
CMYK 0.230.150.00   0.20
XYZ39.436640.984962.3323
Yxy40.98490.27630.2871
Hunter Lab64.0195-2.0763-12.9139
CIE-Lab70.16531.5245-17.5052

#9daccb color RGB value is (157,172,203).

#9daccb hex color red value is 157, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9daccb hue: 0.61 , saturation: 0.31 and the lightness value of 9daccb is 0.71.

The process color (four color CMYK) of #9daccb color hex is 0.23, 0.15, 0.00, 0.20. Web safe color of #9daccb is #9999cc. Color #9daccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101100 11001011
Octal 235 254 313
Decimal 157 172 203
Hex 9D AC CB

RGB Percentages of Color #9daccb

%29.51
%32.33
%38.16

CMYK Percentages of Color #9daccb

%23
%15
%0
%20

Triadic Colors of #9daccb

#9daccb #cb9dac #accb9d

Analogous Colors of #9daccb

#9daccb #a59dcb #9dc3cb

Monochromatic Colors of #9daccb

#9daccb

Complementary Color

#9daccb #cbbc9d

#9daccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daccb Color CSS Codes

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

#9daccb Text Font Color

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

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


#9daccb Background Color

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

This div background color is #9daccb


#9daccb Border Color

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

This div border color is #9daccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daccb


Comments

No comments written yet.

Please login to write comment.