Color Hex Logo

#bbafad Color Hex

#BBAFAD
(187,175,173)
0 Favorites   0 Comments

Color spaces of #bbafad

RGB 187175173
HSL0.020.090.71
HSV73°
CMYK 0.000.060.07   0.27
XYZ43.366344.241945.7890
Yxy44.24190.32510.3317
Hunter Lab66.5146-0.02185.7447
CIE-Lab72.38993.93282.5555

#bbafad color RGB value is (187,175,173).

#bbafad hex color red value is 187, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbafad hue: 0.02 , saturation: 0.09 and the lightness value of bbafad is 0.71.

The process color (four color CMYK) of #bbafad color hex is 0.00, 0.06, 0.07, 0.27. Web safe color of #bbafad is #cc9999. Color #bbafad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10101101
Octal 273 257 255
Decimal 187 175 173
Hex BB AF AD

RGB Percentages of Color #bbafad

%34.95
%32.71
%32.34

CMYK Percentages of Color #bbafad

%0
%6
%7
%27

Triadic Colors of #bbafad

#bbafad #adbbaf #afadbb

Analogous Colors of #bbafad

#bbafad #bbb6ad #bbadb2

Monochromatic Colors of #bbafad

#bbafad

Complementary Color

#bbafad #adb9bb

#bbafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafad Color CSS Codes

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

#bbafad Text Font Color

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

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


#bbafad Background Color

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

This div background color is #bbafad


#bbafad Border Color

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

This div border color is #bbafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafad


Comments

No comments written yet.

Please login to write comment.