Color Hex Logo

#bdafb2 Color Hex

#BDAFB2
(189,175,178)
0 Favorites   0 Comments

Color spaces of #bdafb2

RGB 189175178
HSL0.960.100.71
HSV347°74°
CMYK 0.000.070.06   0.26
XYZ44.352144.693148.4085
Yxy44.69310.32270.3252
Hunter Lab66.85291.42943.8649
CIE-Lab72.68945.53690.2672

#bdafb2 color RGB value is (189,175,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10110010
Octal 275 257 262
Decimal 189 175 178
Hex BD AF B2

RGB Percentages of Color #bdafb2

%34.87
%32.29
%32.84

CMYK Percentages of Color #bdafb2

%0
%7
%6
%26

Triadic Colors of #bdafb2

#bdafb2 #b2bdaf #afb2bd

Analogous Colors of #bdafb2

#bdafb2 #bdb3af #bdafb9

Monochromatic Colors of #bdafb2

#bdafb2

Complementary Color

#bdafb2 #afbdba

#bdafb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafb2 Color CSS Codes

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

#bdafb2 Text Font Color

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

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


#bdafb2 Background Color

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

This div background color is #bdafb2


#bdafb2 Border Color

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

This div border color is #bdafb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafb2


Comments

No comments written yet.

Please login to write comment.