Color Hex Logo

#bdcac7 Color Hex

#BDCAC7
(189,202,199)
0 Favorites   0 Comments

Color spaces of #bdcac7

RGB 189202199
HSL0.460.110.77
HSV166°79°
CMYK 0.060.000.01   0.21
XYZ52.415657.183462.3077
Yxy57.18340.30490.3326
Hunter Lab75.6197-8.60774.0811
CIE-Lab80.2826-4.9860-0.0397

#bdcac7 color RGB value is (189,202,199).

#bdcac7 hex color red value is 189, green value is 202 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bdcac7 hue: 0.46 , saturation: 0.11 and the lightness value of bdcac7 is 0.77.

The process color (four color CMYK) of #bdcac7 color hex is 0.06, 0.00, 0.01, 0.21. Web safe color of #bdcac7 is #cccccc. Color #bdcac7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11000111
Octal 275 312 307
Decimal 189 202 199
Hex BD CA C7

RGB Percentages of Color #bdcac7

%32.03
%34.24
%33.73

CMYK Percentages of Color #bdcac7

%6
%0
%1
%21

Triadic Colors of #bdcac7

#bdcac7 #c7bdca #cac7bd

Analogous Colors of #bdcac7

#bdcac7 #bdc7ca #bdcac1

Monochromatic Colors of #bdcac7

#bdcac7

Complementary Color

#bdcac7 #cabdc0

#bdcac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcac7 Color CSS Codes

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

#bdcac7 Text Font Color

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

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


#bdcac7 Background Color

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

This div background color is #bdcac7


#bdcac7 Border Color

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

This div border color is #bdcac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcac7


Comments

No comments written yet.

Please login to write comment.