Color Hex Logo

#8c9bef Color Hex

#8C9BEF
(140,155,239)
0 Favorites   0 Comments

Color spaces of #8c9bef

RGB 140155239
HSL0.640.760.74
HSV231°41°94°
CMYK 0.410.350.00   0.06
XYZ38.116535.250186.4564
Yxy35.25010.23850.2206
Hunter Lab59.371810.6958-44.7770
CIE-Lab65.942915.5162-43.9197

#8c9bef color RGB value is (140,155,239).

#8c9bef hex color red value is 140, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8c9bef hue: 0.64 , saturation: 0.76 and the lightness value of 8c9bef is 0.74.

The process color (four color CMYK) of #8c9bef color hex is 0.41, 0.35, 0.00, 0.06. Web safe color of #8c9bef is #9999ff. Color #8c9bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011011 11101111
Octal 214 233 357
Decimal 140 155 239
Hex 8C 9B EF

RGB Percentages of Color #8c9bef

%26.22
%29.03
%44.76

CMYK Percentages of Color #8c9bef

%41
%35
%0
%6

Triadic Colors of #8c9bef

#8c9bef #ef8c9b #9bef8c

Analogous Colors of #8c9bef

#8c9bef #af8cef #8ccdef

Monochromatic Colors of #8c9bef

#8c9bef

Complementary Color

#8c9bef #efe08c

#8c9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c9bef Color CSS Codes

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

#8c9bef Text Font Color

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

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


#8c9bef Background Color

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

This div background color is #8c9bef


#8c9bef Border Color

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

This div border color is #8c9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c9bef


Comments

No comments written yet.

Please login to write comment.