Color Hex Logo

#8cbaef Color Hex

#8CBAEF
(140,186,239)
0 Favorites   0 Comments

Color spaces of #8cbaef

RGB 140186239
HSL0.590.760.74
HSV212°41°94°
CMYK 0.410.220.00   0.06
XYZ43.954146.925388.4022
Yxy46.92530.24520.2617
Hunter Lab68.5020-5.3447-28.5626
CIE-Lab74.1420-1.8879-31.1625

#8cbaef color RGB value is (140,186,239).

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

The process color (four color CMYK) of #8cbaef color hex is 0.41, 0.22, 0.00, 0.06. Web safe color of #8cbaef is #99ccff. Color #8cbaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111010 11101111
Octal 214 272 357
Decimal 140 186 239
Hex 8C BA EF

RGB Percentages of Color #8cbaef

%24.78
%32.92
%42.30

CMYK Percentages of Color #8cbaef

%41
%22
%0
%6

Triadic Colors of #8cbaef

#8cbaef #ef8cba #baef8c

Analogous Colors of #8cbaef

#8cbaef #908cef #8cecef

Monochromatic Colors of #8cbaef

#8cbaef

Complementary Color

#8cbaef #efc18c

#8cbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbaef Color CSS Codes

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

#8cbaef Text Font Color

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

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


#8cbaef Background Color

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

This div background color is #8cbaef


#8cbaef Border Color

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

This div border color is #8cbaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,186,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 #8cbaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbaef


Comments

No comments written yet.

Please login to write comment.