Color Hex Logo

#bdbfae Color Hex

#BDBFAE
(189,191,174)
0 Favorites   0 Comments

Color spaces of #bdbfae

RGB 189191174
HSL0.190.120.72
HSV67°75°
CMYK 0.010.000.09   0.25
XYZ47.257051.136447.4240
Yxy51.13640.32410.3507
Hunter Lab71.5097-7.180810.7367
CIE-Lab76.7616-3.72728.3302

#bdbfae color RGB value is (189,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 10101110
Octal 275 277 256
Decimal 189 191 174
Hex BD BF AE

RGB Percentages of Color #bdbfae

%34.12
%34.48
%31.41

CMYK Percentages of Color #bdbfae

%1
%0
%9
%25

Triadic Colors of #bdbfae

#bdbfae #aebdbf #bfaebd

Analogous Colors of #bdbfae

#bdbfae #b5bfae #bfb9ae

Monochromatic Colors of #bdbfae

#bdbfae

Complementary Color

#bdbfae #b0aebf

#bdbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfae Color CSS Codes

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

#bdbfae Text Font Color

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

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


#bdbfae Background Color

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

This div background color is #bdbfae


#bdbfae Border Color

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

This div border color is #bdbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfae


Comments

No comments written yet.

Please login to write comment.