Color Hex Logo

#9f9eed Color Hex

#9F9EED
(159,158,237)
0 Favorites   0 Comments

Color spaces of #9f9eed

RGB 159158237
HSL0.670.690.77
HSV241°33°93°
CMYK 0.330.330.00   0.07
XYZ41.811037.939185.2401
Yxy37.93910.25340.2299
Hunter Lab61.594713.3765-38.9343
CIE-Lab67.975718.3017-39.5423

#9f9eed color RGB value is (159,158,237).

#9f9eed hex color red value is 159, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9f9eed hue: 0.67 , saturation: 0.69 and the lightness value of 9f9eed is 0.77.

The process color (four color CMYK) of #9f9eed color hex is 0.33, 0.33, 0.00, 0.07. Web safe color of #9f9eed is #9999ff. Color #9f9eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10011110 11101101
Octal 237 236 355
Decimal 159 158 237
Hex 9F 9E ED

RGB Percentages of Color #9f9eed

%28.70
%28.52
%42.78

CMYK Percentages of Color #9f9eed

%33
%33
%0
%7

Triadic Colors of #9f9eed

#9f9eed #ed9f9e #9eed9f

Analogous Colors of #9f9eed

#9f9eed #c79eed #9ec5ed

Monochromatic Colors of #9f9eed

#9f9eed

Complementary Color

#9f9eed #eced9e

#9f9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f9eed Color CSS Codes

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

#9f9eed Text Font Color

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

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


#9f9eed Background Color

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

This div background color is #9f9eed


#9f9eed Border Color

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

This div border color is #9f9eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,158,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f9eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f9eed;
  -webkit-box-shadow: 1px 1px 3px 2px #9f9eed;
  box-shadow:         1px 1px 3px 2px #9f9eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,158,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f9eed


Comments

No comments written yet.

Please login to write comment.