Color Hex Logo

#baafb5 Color Hex

#BAAFB5
(186,175,181)
0 Favorites   0 Comments

Color spaces of #baafb5

RGB 186175181
HSL0.910.070.71
HSV327°73°
CMYK 0.000.060.03   0.27
XYZ43.920244.435249.9781
Yxy44.43520.31750.3212
Hunter Lab66.65970.95402.2092
CIE-Lab72.51845.0106-1.6597

#baafb5 color RGB value is (186,175,181).

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

The process color (four color CMYK) of #baafb5 color hex is 0.00, 0.06, 0.03, 0.27. Web safe color of #baafb5 is #cc99cc. Color #baafb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10110101
Octal 272 257 265
Decimal 186 175 181
Hex BA AF B5

RGB Percentages of Color #baafb5

%34.32
%32.29
%33.39

CMYK Percentages of Color #baafb5

%0
%6
%3
%27

Triadic Colors of #baafb5

#baafb5 #b5baaf #afb5ba

Analogous Colors of #baafb5

#baafb5 #baafb0 #baafba

Monochromatic Colors of #baafb5

#baafb5

Complementary Color

#baafb5 #afbab4

#baafb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafb5 Color CSS Codes

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

#baafb5 Text Font Color

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

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


#baafb5 Background Color

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

This div background color is #baafb5


#baafb5 Border Color

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

This div border color is #baafb5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,175,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafb5


Comments

No comments written yet.

Please login to write comment.