Color Hex Logo

#bdcabd Color Hex

#BDCABD
(189,202,189)
0 Favorites   0 Comments

Color spaces of #bdcabd

RGB 189202189
HSL0.330.110.77
HSV120°79°
CMYK 0.060.000.06   0.21
XYZ51.292156.734056.3915
Yxy56.73400.31200.3451
Hunter Lab75.3220-10.26018.3366
CIE-Lab80.0297-6.84674.9553

#bdcabd color RGB value is (189,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10111101
Octal 275 312 275
Decimal 189 202 189
Hex BD CA BD

RGB Percentages of Color #bdcabd

%32.59
%34.83
%32.59

CMYK Percentages of Color #bdcabd

%6
%0
%6
%21

Triadic Colors of #bdcabd

#bdcabd #bdbdca #cabdbd

Analogous Colors of #bdcabd

#bdcabd #bdcac4 #c4cabd

Monochromatic Colors of #bdcabd

#bdcabd

Complementary Color

#bdcabd #cabdca

#bdcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcabd Color CSS Codes

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

#bdcabd Text Font Color

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

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


#bdcabd Background Color

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

This div background color is #bdcabd


#bdcabd Border Color

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

This div border color is #bdcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcabd


Comments

No comments written yet.

Please login to write comment.