Color Hex Logo

#949ebf Color Hex

#949EBF
(148,158,191)
0 Favorites   0 Comments

Color spaces of #949ebf

RGB 148158191
HSL0.630.250.66
HSV226°23°75°
CMYK 0.230.170.00   0.25
XYZ33.843634.511254.1678
Yxy34.51120.27620.2817
Hunter Lab58.74620.0276-13.5468
CIE-Lab65.36633.6741-18.1869

#949ebf color RGB value is (148,158,191).

#949ebf hex color red value is 148, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #949ebf hue: 0.63 , saturation: 0.25 and the lightness value of 949ebf is 0.66.

The process color (four color CMYK) of #949ebf color hex is 0.23, 0.17, 0.00, 0.25. Web safe color of #949ebf is #9999cc. Color #949ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 10111111
Octal 224 236 277
Decimal 148 158 191
Hex 94 9E BF

RGB Percentages of Color #949ebf

%29.78
%31.79
%38.43

CMYK Percentages of Color #949ebf

%23
%17
%0
%25

Triadic Colors of #949ebf

#949ebf #bf949e #9ebf94

Analogous Colors of #949ebf

#949ebf #a094bf #94b4bf

Monochromatic Colors of #949ebf

#949ebf

Complementary Color

#949ebf #bfb594

#949ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#949ebf Color CSS Codes

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

#949ebf Text Font Color

<p style="color:#949ebf">Text here</p>

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


#949ebf Background Color

<div style="background-color:#949ebf">
Div content here</div>

This div background color is #949ebf


#949ebf Border Color

<div style="border:3px solid #949ebf">
Div here</div>

This div border color is #949ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,158,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #949ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #949ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #949ebf;
  box-shadow:         1px 1px 3px 2px #949ebf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,158,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 #949ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949ebf


Comments

No comments written yet.

Please login to write comment.