Color Hex Logo

#bdafba Color Hex

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

Color spaces of #bdafba

RGB 189175186
HSL0.870.100.71
HSV313°74°
CMYK 0.000.070.02   0.26
XYZ45.179245.023952.7637
Yxy45.02390.31600.3149
Hunter Lab67.09992.76160.3474
CIE-Lab72.90766.9919-3.8033

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

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

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

Base Numbers

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

RGB Percentages of Color #bdafba

%34.36
%31.82
%33.82

CMYK Percentages of Color #bdafba

%0
%7
%2
%26

Triadic Colors of #bdafba

#bdafba #babdaf #afbabd

Analogous Colors of #bdafba

#bdafba #bdafb3 #b9afbd

Monochromatic Colors of #bdafba

#bdafba

Complementary Color

#bdafba #afbdb2

#bdafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafba Color CSS Codes

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

#bdafba Text Font Color

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

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


#bdafba Background Color

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

This div background color is #bdafba


#bdafba Border Color

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

This div border color is #bdafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafba


Comments

No comments written yet.

Please login to write comment.