Color Hex Logo

#baaebd Color Hex

#BAAEBD
(186,174,189)
0 Favorites   0 Comments

Color spaces of #baaebd

RGB 186174189
HSL0.800.100.71
HSV288°74°
CMYK 0.020.080.00   0.26
XYZ44.571144.385354.3622
Yxy44.38530.31100.3097
Hunter Lab66.62232.8296-1.7436
CIE-Lab72.48537.0538-6.1022

#baaebd color RGB value is (186,174,189).

#baaebd hex color red value is 186, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #baaebd hue: 0.80 , saturation: 0.10 and the lightness value of baaebd is 0.71.

The process color (four color CMYK) of #baaebd color hex is 0.02, 0.08, 0.00, 0.26. Web safe color of #baaebd is #cc99cc. Color #baaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10111101
Octal 272 256 275
Decimal 186 174 189
Hex BA AE BD

RGB Percentages of Color #baaebd

%33.88
%31.69
%34.43

CMYK Percentages of Color #baaebd

%2
%8
%0
%26

Triadic Colors of #baaebd

#baaebd #bdbaae #aebdba

Analogous Colors of #baaebd

#baaebd #bdaeb9 #b3aebd

Monochromatic Colors of #baaebd

#baaebd

Complementary Color

#baaebd #b1bdae

#baaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaebd Color CSS Codes

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

#baaebd Text Font Color

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

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


#baaebd Background Color

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

This div background color is #baaebd


#baaebd Border Color

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

This div border color is #baaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaebd


Comments

No comments written yet.

Please login to write comment.