Color Hex Logo

#bdafaa Color Hex

#BDAFAA
(189,175,170)
0 Favorites   0 Comments

Color spaces of #bdafaa

RGB 189175170
HSL0.040.130.70
HSV16°10°74°
CMYK 0.000.070.10   0.26
XYZ43.571944.381044.3001
Yxy44.38100.32950.3356
Hunter Lab66.61910.16387.2069
CIE-Lab72.48244.14134.3570

#bdafaa color RGB value is (189,175,170).

#bdafaa hex color red value is 189, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bdafaa hue: 0.04 , saturation: 0.13 and the lightness value of bdafaa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10101010
Octal 275 257 252
Decimal 189 175 170
Hex BD AF AA

RGB Percentages of Color #bdafaa

%35.39
%32.77
%31.84

CMYK Percentages of Color #bdafaa

%0
%7
%10
%26

Triadic Colors of #bdafaa

#bdafaa #aabdaf #afaabd

Analogous Colors of #bdafaa

#bdafaa #bdb9aa #bdaaaf

Monochromatic Colors of #bdafaa

#bdafaa

Complementary Color

#bdafaa #aab8bd

#bdafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafaa Color CSS Codes

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

#bdafaa Text Font Color

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

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


#bdafaa Background Color

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

This div background color is #bdafaa


#bdafaa Border Color

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

This div border color is #bdafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafaa


Comments

No comments written yet.

Please login to write comment.