Color Hex Logo

#bd9eae Color Hex

#BD9EAE
(189,158,174)
0 Favorites   0 Comments

Color spaces of #bd9eae

RGB 189158174
HSL0.910.190.68
HSV329°16°74°
CMYK 0.000.160.08   0.26
XYZ40.853138.328545.2894
Yxy38.32850.32820.3079
Hunter Lab61.91009.4458-0.0358
CIE-Lab68.262014.1410-4.0146

#bd9eae color RGB value is (189,158,174).

#bd9eae hex color red value is 189, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd9eae hue: 0.91 , saturation: 0.19 and the lightness value of bd9eae is 0.68.

The process color (four color CMYK) of #bd9eae color hex is 0.00, 0.16, 0.08, 0.26. Web safe color of #bd9eae is #cc9999. Color #bd9eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011110 10101110
Octal 275 236 256
Decimal 189 158 174
Hex BD 9E AE

RGB Percentages of Color #bd9eae

%36.28
%30.33
%33.40

CMYK Percentages of Color #bd9eae

%0
%16
%8
%26

Triadic Colors of #bd9eae

#bd9eae #aebd9e #9eaebd

Analogous Colors of #bd9eae

#bd9eae #bd9e9f #bd9ebd

Monochromatic Colors of #bd9eae

#bd9eae

Complementary Color

#bd9eae #9ebdad

#bd9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9eae Color CSS Codes

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

#bd9eae Text Font Color

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

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


#bd9eae Background Color

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

This div background color is #bd9eae


#bd9eae Border Color

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

This div border color is #bd9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9eae


Comments

No comments written yet.

Please login to write comment.