Color Hex Logo

#bdaeba Color Hex

#BDAEBA
(189,174,186)
0 Favorites   0 Comments

Color spaces of #bdaeba

RGB 189174186
HSL0.870.100.71
HSV312°74°
CMYK 0.000.080.02   0.26
XYZ44.985244.636152.6990
Yxy44.63610.31610.3136
Hunter Lab66.81033.27110.0000
CIE-Lab72.65167.5360-4.1805

#bdaeba color RGB value is (189,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10111010
Octal 275 256 272
Decimal 189 174 186
Hex BD AE BA

RGB Percentages of Color #bdaeba

%34.43
%31.69
%33.88

CMYK Percentages of Color #bdaeba

%0
%8
%2
%26

Triadic Colors of #bdaeba

#bdaeba #babdae #aebabd

Analogous Colors of #bdaeba

#bdaeba #bdaeb3 #b9aebd

Monochromatic Colors of #bdaeba

#bdaeba

Complementary Color

#bdaeba #aebdb1

#bdaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaeba Color CSS Codes

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

#bdaeba Text Font Color

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

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


#bdaeba Background Color

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

This div background color is #bdaeba


#bdaeba Border Color

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

This div border color is #bdaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaeba


Comments

No comments written yet.

Please login to write comment.