Color Hex Logo

#969ced Color Hex

#969CED
(150,156,237)
0 Favorites   0 Comments

Color spaces of #969ced

RGB 150156237
HSL0.660.710.76
HSV236°37°93°
CMYK 0.370.340.00   0.07
XYZ39.752236.375485.0467
Yxy36.37540.24660.2257
Hunter Lab60.312012.1049-41.3871
CIE-Lab66.805816.9976-41.4199

#969ced color RGB value is (150,156,237).

#969ced hex color red value is 150, green value is 156 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #969ced hue: 0.66 , saturation: 0.71 and the lightness value of 969ced is 0.76.

The process color (four color CMYK) of #969ced color hex is 0.37, 0.34, 0.00, 0.07. Web safe color of #969ced is #9999ff. Color #969ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 11101101
Octal 226 234 355
Decimal 150 156 237
Hex 96 9C ED

RGB Percentages of Color #969ced

%27.62
%28.73
%43.65

CMYK Percentages of Color #969ced

%37
%34
%0
%7

Triadic Colors of #969ced

#969ced #ed969c #9ced96

Analogous Colors of #969ced

#969ced #bc96ed #96c8ed

Monochromatic Colors of #969ced

#969ced

Complementary Color

#969ced #ede796

#969ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#969ced Color CSS Codes

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

#969ced Text Font Color

<p style="color:#969ced">Text here</p>

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


#969ced Background Color

<div style="background-color:#969ced">
Div content here</div>

This div background color is #969ced


#969ced Border Color

<div style="border:3px solid #969ced">
Div here</div>

This div border color is #969ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,156,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #969ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #969ced;
  -webkit-box-shadow: 1px 1px 3px 2px #969ced;
  box-shadow:         1px 1px 3px 2px #969ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,156,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 #969ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969ced


Comments

No comments written yet.

Please login to write comment.