Color Hex Logo

#9dacef Color Hex

#9DACEF
(157,172,239)
0 Favorites   0 Comments

Color spaces of #9dacef

RGB 157172239
HSL0.640.720.78
HSV229°34°94°
CMYK 0.340.280.00   0.06
XYZ44.237142.905187.6113
Yxy42.90510.25310.2455
Hunter Lab65.50205.9224-33.4512
CIE-Lab71.490510.3688-35.1759

#9dacef color RGB value is (157,172,239).

#9dacef hex color red value is 157, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9dacef hue: 0.64 , saturation: 0.72 and the lightness value of 9dacef is 0.78.

The process color (four color CMYK) of #9dacef color hex is 0.34, 0.28, 0.00, 0.06. Web safe color of #9dacef is #9999ff. Color #9dacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101100 11101111
Octal 235 254 357
Decimal 157 172 239
Hex 9D AC EF

RGB Percentages of Color #9dacef

%27.64
%30.28
%42.08

CMYK Percentages of Color #9dacef

%34
%28
%0
%6

Triadic Colors of #9dacef

#9dacef #ef9dac #acef9d

Analogous Colors of #9dacef

#9dacef #b79def #9dd5ef

Monochromatic Colors of #9dacef

#9dacef

Complementary Color

#9dacef #efe09d

#9dacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dacef Color CSS Codes

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

#9dacef Text Font Color

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

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


#9dacef Background Color

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

This div background color is #9dacef


#9dacef Border Color

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

This div border color is #9dacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dacef


Comments

No comments written yet.

Please login to write comment.