Color Hex Logo

#bdbeac Color Hex

#BDBEAC
(189,190,172)
0 Favorites   0 Comments

Color spaces of #bdbeac

RGB 189190172
HSL0.180.120.71
HSV63°75°
CMYK 0.010.000.09   0.25
XYZ46.846150.624346.3321
Yxy50.62430.32580.3520
Hunter Lab71.1508-6.988311.1969
CIE-Lab76.4509-3.53958.9671

#bdbeac color RGB value is (189,190,172).

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

The process color (four color CMYK) of #bdbeac color hex is 0.01, 0.00, 0.09, 0.25. Web safe color of #bdbeac is #cccc99. Color #bdbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10101100
Octal 275 276 254
Decimal 189 190 172
Hex BD BE AC

RGB Percentages of Color #bdbeac

%34.30
%34.48
%31.22

CMYK Percentages of Color #bdbeac

%1
%0
%9
%25

Triadic Colors of #bdbeac

#bdbeac #acbdbe #beacbd

Analogous Colors of #bdbeac

#bdbeac #b4beac #beb6ac

Monochromatic Colors of #bdbeac

#bdbeac

Complementary Color

#bdbeac #adacbe

#bdbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbeac Color CSS Codes

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

#bdbeac Text Font Color

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

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


#bdbeac Background Color

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

This div background color is #bdbeac


#bdbeac Border Color

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

This div border color is #bdbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbeac


Comments

No comments written yet.

Please login to write comment.