Color Hex Logo

#baafb3 Color Hex

#BAAFB3
(186,175,179)
0 Favorites   0 Comments

Color spaces of #baafb3

RGB 186175179
HSL0.940.070.71
HSV338°73°
CMYK 0.000.060.04   0.27
XYZ43.716444.353748.9048
Yxy44.35370.31920.3238
Hunter Lab66.59860.62283.0810
CIE-Lab72.46434.6452-0.6407

#baafb3 color RGB value is (186,175,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10110011
Octal 272 257 263
Decimal 186 175 179
Hex BA AF B3

RGB Percentages of Color #baafb3

%34.44
%32.41
%33.15

CMYK Percentages of Color #baafb3

%0
%6
%4
%27

Triadic Colors of #baafb3

#baafb3 #b3baaf #afb3ba

Analogous Colors of #baafb3

#baafb3 #bab1af #baafb9

Monochromatic Colors of #baafb3

#baafb3

Complementary Color

#baafb3 #afbab6

#baafb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafb3 Color CSS Codes

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

#baafb3 Text Font Color

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

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


#baafb3 Background Color

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

This div background color is #baafb3


#baafb3 Border Color

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

This div border color is #baafb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafb3


Comments

No comments written yet.

Please login to write comment.