Color Hex Logo

#bdabba Color Hex

#BDABBA
(189,171,186)
0 Favorites   0 Comments

Color spaces of #bdabba

RGB 189171186
HSL0.860.120.71
HSV310°10°74°
CMYK 0.000.100.02   0.26
XYZ44.412143.489852.5080
Yxy43.48980.31630.3097
Hunter Lab65.94684.8046-1.0450
CIE-Lab71.88629.1737-5.3103

#bdabba color RGB value is (189,171,186).

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

The process color (four color CMYK) of #bdabba color hex is 0.00, 0.10, 0.02, 0.26. Web safe color of #bdabba is #cc99cc. Color #bdabba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10111010
Octal 275 253 272
Decimal 189 171 186
Hex BD AB BA

RGB Percentages of Color #bdabba

%34.62
%31.32
%34.07

CMYK Percentages of Color #bdabba

%0
%10
%2
%26

Triadic Colors of #bdabba

#bdabba #babdab #abbabd

Analogous Colors of #bdabba

#bdabba #bdabb1 #b7abbd

Monochromatic Colors of #bdabba

#bdabba

Complementary Color

#bdabba #abbdae

#bdabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabba Color CSS Codes

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

#bdabba Text Font Color

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

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


#bdabba Background Color

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

This div background color is #bdabba


#bdabba Border Color

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

This div border color is #bdabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabba


Comments

No comments written yet.

Please login to write comment.