Color Hex Logo

#969dbf Color Hex

#969DBF
(150,157,191)
0 Favorites   0 Comments

Color spaces of #969dbf

RGB 150157191
HSL0.640.240.67
HSV230°21°75°
CMYK 0.210.180.00   0.25
XYZ34.038634.359654.1282
Yxy34.35960.27780.2804
Hunter Lab58.61711.0741-13.7177
CIE-Lab65.24704.8678-18.3540

#969dbf color RGB value is (150,157,191).

#969dbf hex color red value is 150, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #969dbf hue: 0.64 , saturation: 0.24 and the lightness value of 969dbf is 0.67.

The process color (four color CMYK) of #969dbf color hex is 0.21, 0.18, 0.00, 0.25. Web safe color of #969dbf is #9999cc. Color #969dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 10111111
Octal 226 235 277
Decimal 150 157 191
Hex 96 9D BF

RGB Percentages of Color #969dbf

%30.12
%31.53
%38.35

CMYK Percentages of Color #969dbf

%21
%18
%0
%25

Triadic Colors of #969dbf

#969dbf #bf969d #9dbf96

Analogous Colors of #969dbf

#969dbf #a496bf #96b2bf

Monochromatic Colors of #969dbf

#969dbf

Complementary Color

#969dbf #bfb896

#969dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dbf Color CSS Codes

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

#969dbf Text Font Color

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

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


#969dbf Background Color

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

This div background color is #969dbf


#969dbf Border Color

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

This div border color is #969dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dbf


Comments

No comments written yet.

Please login to write comment.