Color Hex Logo

#8bacee Color Hex

#8BACEE
(139,172,238)
0 Favorites   0 Comments

Color spaces of #8bacee

RGB 139172238
HSL0.610.740.74
HSV220°42°93°
CMYK 0.420.280.00   0.07
XYZ40.832641.167186.6828
Yxy41.16710.24210.2441
Hunter Lab64.16161.3151-35.1881
CIE-Lab70.29285.3244-36.5813

#8bacee color RGB value is (139,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101100 11101110
Octal 213 254 356
Decimal 139 172 238
Hex 8B AC EE

RGB Percentages of Color #8bacee

%25.32
%31.33
%43.35

CMYK Percentages of Color #8bacee

%42
%28
%0
%7

Triadic Colors of #8bacee

#8bacee #ee8bac #acee8b

Analogous Colors of #8bacee

#8bacee #9c8bee #8bdeee

Monochromatic Colors of #8bacee

#8bacee

Complementary Color

#8bacee #eecd8b

#8bacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bacee Color CSS Codes

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

#8bacee Text Font Color

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

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


#8bacee Background Color

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

This div background color is #8bacee


#8bacee Border Color

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

This div border color is #8bacee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,172,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bacee


Comments

No comments written yet.

Please login to write comment.