Color Hex Logo

#8bacef Color Hex

#8BACEF
(139,172,239)
0 Favorites   0 Comments

Color spaces of #8bacef

RGB 139172239
HSL0.610.760.74
HSV220°42°94°
CMYK 0.420.280.00   0.06
XYZ40.980041.226087.4589
Yxy41.22600.24150.2430
Hunter Lab64.20751.5634-35.8154
CIE-Lab70.33405.6006-37.0620

#8bacef color RGB value is (139,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101100 11101111
Octal 213 254 357
Decimal 139 172 239
Hex 8B AC EF

RGB Percentages of Color #8bacef

%25.27
%31.27
%43.45

CMYK Percentages of Color #8bacef

%42
%28
%0
%6

Triadic Colors of #8bacef

#8bacef #ef8bac #acef8b

Analogous Colors of #8bacef

#8bacef #9c8bef #8bdeef

Monochromatic Colors of #8bacef

#8bacef

Complementary Color

#8bacef #efce8b

#8bacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bacef Color CSS Codes

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

#8bacef Text Font Color

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

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


#8bacef Background Color

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

This div background color is #8bacef


#8bacef Border Color

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

This div border color is #8bacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bacef


Comments

No comments written yet.

Please login to write comment.