Color Hex Logo

#8baabe Color Hex

#8BAABE
(139,170,190)
0 Favorites   0 Comments

Color spaces of #8baabe

RGB 139170190
HSL0.570.280.65
HSV204°27°75°
CMYK 0.270.110.00   0.25
XYZ34.316537.956154.2328
Yxy37.95610.27130.3000
Hunter Lab61.6085-8.3888-9.0659
CIE-Lab67.9882-5.9843-13.7297

#8baabe color RGB value is (139,170,190).

#8baabe hex color red value is 139, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8baabe hue: 0.57 , saturation: 0.28 and the lightness value of 8baabe is 0.65.

The process color (four color CMYK) of #8baabe color hex is 0.27, 0.11, 0.00, 0.25. Web safe color of #8baabe is #9999cc. Color #8baabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 10111110
Octal 213 252 276
Decimal 139 170 190
Hex 8B AA BE

RGB Percentages of Color #8baabe

%27.86
%34.07
%38.08

CMYK Percentages of Color #8baabe

%27
%11
%0
%25

Triadic Colors of #8baabe

#8baabe #be8baa #aabe8b

Analogous Colors of #8baabe

#8baabe #8b91be #8bbeb9

Monochromatic Colors of #8baabe

#8baabe

Complementary Color

#8baabe #be9f8b

#8baabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baabe Color CSS Codes

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

#8baabe Text Font Color

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

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


#8baabe Background Color

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

This div background color is #8baabe


#8baabe Border Color

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

This div border color is #8baabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baabe


Comments

No comments written yet.

Please login to write comment.