Color Hex Logo

#bdabbe Color Hex

#BDABBE
(189,171,190)
0 Favorites   0 Comments

Color spaces of #bdabbe

RGB 189171190
HSL0.820.130.71
HSV297°10°75°
CMYK 0.010.100.00   0.25
XYZ44.843443.662354.7794
Yxy43.66230.31300.3047
Hunter Lab66.07755.5033-2.8983
CIE-Lab72.00229.9255-7.3399

#bdabbe color RGB value is (189,171,190).

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

The process color (four color CMYK) of #bdabbe color hex is 0.01, 0.10, 0.00, 0.25. Web safe color of #bdabbe is #cc99cc. Color #bdabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10111110
Octal 275 253 276
Decimal 189 171 190
Hex BD AB BE

RGB Percentages of Color #bdabbe

%34.36
%31.09
%34.55

CMYK Percentages of Color #bdabbe

%1
%10
%0
%25

Triadic Colors of #bdabbe

#bdabbe #bebdab #abbebd

Analogous Colors of #bdabbe

#bdabbe #beabb6 #b4abbe

Monochromatic Colors of #bdabbe

#bdabbe

Complementary Color

#bdabbe #acbeab

#bdabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabbe Color CSS Codes

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

#bdabbe Text Font Color

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

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


#bdabbe Background Color

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

This div background color is #bdabbe


#bdabbe Border Color

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

This div border color is #bdabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabbe


Comments

No comments written yet.

Please login to write comment.