Color Hex Logo

#8c9beb Color Hex

#8C9BEB
(140,155,235)
2 Favorites   0 Comments

Color spaces of #8c9beb

RGB 140155235
HSL0.640.700.74
HSV231°40°92°
CMYK 0.400.340.00   0.08
XYZ37.532035.016383.3779
Yxy35.01630.24070.2246
Hunter Lab59.17469.6597-42.1183
CIE-Lab65.761414.4044-42.0079

#8c9beb color RGB value is (140,155,235).

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

The process color (four color CMYK) of #8c9beb color hex is 0.40, 0.34, 0.00, 0.08. Web safe color of #8c9beb is #9999ff. Color #8c9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011011 11101011
Octal 214 233 353
Decimal 140 155 235
Hex 8C 9B EB

RGB Percentages of Color #8c9beb

%26.42
%29.25
%44.34

CMYK Percentages of Color #8c9beb

%40
%34
%0
%8

Triadic Colors of #8c9beb

#8c9beb #eb8c9b #9beb8c

Analogous Colors of #8c9beb

#8c9beb #ad8ceb #8ccbeb

Monochromatic Colors of #8c9beb

#8c9beb

Complementary Color

#8c9beb #ebdc8c

#8c9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c9beb Color CSS Codes

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

#8c9beb Text Font Color

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

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


#8c9beb Background Color

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

This div background color is #8c9beb


#8c9beb Border Color

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

This div border color is #8c9beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c9beb


Comments

No comments written yet.

Please login to write comment.