Color Hex Logo

#8baebd Color Hex

#8BAEBD
(139,174,189)
0 Favorites   0 Comments

Color spaces of #8baebd

RGB 139174189
HSL0.550.270.64
HSV198°26°74°
CMYK 0.260.080.00   0.26
XYZ34.968839.435253.9128
Yxy39.43520.27250.3073
Hunter Lab62.7975-10.4977-6.9434
CIE-Lab69.0653-8.3852-11.5602

#8baebd color RGB value is (139,174,189).

#8baebd hex color red value is 139, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8baebd hue: 0.55 , saturation: 0.27 and the lightness value of 8baebd is 0.64.

The process color (four color CMYK) of #8baebd color hex is 0.26, 0.08, 0.00, 0.26. Web safe color of #8baebd is #9999cc. Color #8baebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 10111101
Octal 213 256 275
Decimal 139 174 189
Hex 8B AE BD

RGB Percentages of Color #8baebd

%27.69
%34.66
%37.65

CMYK Percentages of Color #8baebd

%26
%8
%0
%26

Triadic Colors of #8baebd

#8baebd #bd8bae #aebd8b

Analogous Colors of #8baebd

#8baebd #8b95bd #8bbdb3

Monochromatic Colors of #8baebd

#8baebd

Complementary Color

#8baebd #bd9a8b

#8baebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baebd Color CSS Codes

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

#8baebd Text Font Color

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

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


#8baebd Background Color

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

This div background color is #8baebd


#8baebd Border Color

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

This div border color is #8baebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baebd


Comments

No comments written yet.

Please login to write comment.