Color Hex Logo

#baafbd Color Hex

#BAAFBD
(186,175,189)
0 Favorites   0 Comments

Color spaces of #baafbd

RGB 186175189
HSL0.800.100.71
HSV287°74°
CMYK 0.020.070.00   0.26
XYZ44.765044.773254.4268
Yxy44.77320.31090.3110
Hunter Lab66.91282.3201-1.3875
CIE-Lab72.74236.5084-5.7218

#baafbd color RGB value is (186,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10111101
Octal 272 257 275
Decimal 186 175 189
Hex BA AF BD

RGB Percentages of Color #baafbd

%33.82
%31.82
%34.36

CMYK Percentages of Color #baafbd

%2
%7
%0
%26

Triadic Colors of #baafbd

#baafbd #bdbaaf #afbdba

Analogous Colors of #baafbd

#baafbd #bdafb9 #b3afbd

Monochromatic Colors of #baafbd

#baafbd

Complementary Color

#baafbd #b2bdaf

#baafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafbd Color CSS Codes

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

#baafbd Text Font Color

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

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


#baafbd Background Color

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

This div background color is #baafbd


#baafbd Border Color

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

This div border color is #baafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafbd


Comments

No comments written yet.

Please login to write comment.