Color Hex Logo

#bdcbae Color Hex

#BDCBAE
(189,203,174)
0 Favorites   0 Comments

Color spaces of #bdcbae

RGB 189203174
HSL0.250.220.74
HSV89°14°80°
CMYK 0.070.000.14   0.20
XYZ49.982256.586748.3324
Yxy56.58670.32270.3653
Hunter Lab75.2241-13.039014.5624
CIE-Lab79.9466-9.983412.8597

#bdcbae color RGB value is (189,203,174).

#bdcbae hex color red value is 189, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdcbae hue: 0.25 , saturation: 0.22 and the lightness value of bdcbae is 0.74.

The process color (four color CMYK) of #bdcbae color hex is 0.07, 0.00, 0.14, 0.20. Web safe color of #bdcbae is #cccc99. Color #bdcbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10101110
Octal 275 313 256
Decimal 189 203 174
Hex BD CB AE

RGB Percentages of Color #bdcbae

%33.39
%35.87
%30.74

CMYK Percentages of Color #bdcbae

%7
%0
%14
%20

Triadic Colors of #bdcbae

#bdcbae #aebdcb #cbaebd

Analogous Colors of #bdcbae

#bdcbae #afcbae #cbcbae

Monochromatic Colors of #bdcbae

#bdcbae

Complementary Color

#bdcbae #bcaecb

#bdcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbae Color CSS Codes

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

#bdcbae Text Font Color

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

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


#bdcbae Background Color

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

This div background color is #bdcbae


#bdcbae Border Color

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

This div border color is #bdcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbae


Comments

No comments written yet.

Please login to write comment.