Color Hex Logo

#9dacda Color Hex

#9DACDA
(157,172,218)
0 Favorites   0 Comments

Color spaces of #9dacda

RGB 157172218
HSL0.630.450.74
HSV225°28°85°
CMYK 0.280.210.00   0.15
XYZ41.312041.735172.2080
Yxy41.73510.26610.2688
Hunter Lab64.60271.0921-21.0480
CIE-Lab70.68795.0923-24.9483

#9dacda color RGB value is (157,172,218).

#9dacda hex color red value is 157, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9dacda hue: 0.63 , saturation: 0.45 and the lightness value of 9dacda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101100 11011010
Octal 235 254 332
Decimal 157 172 218
Hex 9D AC DA

RGB Percentages of Color #9dacda

%28.70
%31.44
%39.85

CMYK Percentages of Color #9dacda

%28
%21
%0
%15

Triadic Colors of #9dacda

#9dacda #da9dac #acda9d

Analogous Colors of #9dacda

#9dacda #ad9dda #9dcbda

Monochromatic Colors of #9dacda

#9dacda

Complementary Color

#9dacda #dacb9d

#9dacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dacda Color CSS Codes

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

#9dacda Text Font Color

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

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


#9dacda Background Color

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

This div background color is #9dacda


#9dacda Border Color

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

This div border color is #9dacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dacda


Comments

No comments written yet.

Please login to write comment.