Color Hex Logo

#8c94bb Color Hex

#8C94BB
(140,148,187)
0 Favorites   0 Comments

Color spaces of #8c94bb

RGB 140148187
HSL0.640.260.64
HSV230°25°73°
CMYK 0.250.210.00   0.27
XYZ30.374830.343151.2696
Yxy30.34310.27120.2710
Hunter Lab55.08462.0307-16.6246
CIE-Lab61.94915.8566-21.2003

#8c94bb color RGB value is (140,148,187).

#8c94bb hex color red value is 140, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8c94bb hue: 0.64 , saturation: 0.26 and the lightness value of 8c94bb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010100 10111011
Octal 214 224 273
Decimal 140 148 187
Hex 8C 94 BB

RGB Percentages of Color #8c94bb

%29.47
%31.16
%39.37

CMYK Percentages of Color #8c94bb

%25
%21
%0
%27

Triadic Colors of #8c94bb

#8c94bb #bb8c94 #94bb8c

Analogous Colors of #8c94bb

#8c94bb #9c8cbb #8cacbb

Monochromatic Colors of #8c94bb

#8c94bb

Complementary Color

#8c94bb #bbb38c

#8c94bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c94bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c94bb Color CSS Codes

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

#8c94bb Text Font Color

<p style="color:#8c94bb">Text here</p>

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


#8c94bb Background Color

<div style="background-color:#8c94bb">
Div content here</div>

This div background color is #8c94bb


#8c94bb Border Color

<div style="border:3px solid #8c94bb">
Div here</div>

This div border color is #8c94bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,148,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c94bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c94bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8c94bb;
  box-shadow:         1px 1px 3px 2px #8c94bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,148,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c94bb


Comments

No comments written yet.

Please login to write comment.