Color Hex Logo

#bdabce Color Hex

#BDABCE
(189,171,206)
0 Favorites   0 Comments

Color spaces of #bdabce

RGB 189171206
HSL0.750.260.74
HSV271°17°81°
CMYK 0.080.170.00   0.19
XYZ46.689844.400964.5019
Yxy44.40090.30010.2854
Hunter Lab66.63408.4637-10.7491
CIE-Lab72.495613.0692-15.3922

#bdabce color RGB value is (189,171,206).

#bdabce hex color red value is 189, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bdabce hue: 0.75 , saturation: 0.26 and the lightness value of bdabce is 0.74.

The process color (four color CMYK) of #bdabce color hex is 0.08, 0.17, 0.00, 0.19. Web safe color of #bdabce is #cc99cc. Color #bdabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11001110
Octal 275 253 316
Decimal 189 171 206
Hex BD AB CE

RGB Percentages of Color #bdabce

%33.39
%30.21
%36.40

CMYK Percentages of Color #bdabce

%8
%17
%0
%19

Triadic Colors of #bdabce

#bdabce #cebdab #abcebd

Analogous Colors of #bdabce

#bdabce #ceabce #acabce

Monochromatic Colors of #bdabce

#bdabce

Complementary Color

#bdabce #bcceab

#bdabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabce Color CSS Codes

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

#bdabce Text Font Color

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

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


#bdabce Background Color

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

This div background color is #bdabce


#bdabce Border Color

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

This div border color is #bdabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabce


Comments

No comments written yet.

Please login to write comment.