Color Hex Logo

#bdcdb4 Color Hex

#BDCDB4
(189,205,180)
0 Favorites   0 Comments

Color spaces of #bdcdb4

RGB 189205180
HSL0.270.200.75
HSV98°12°80°
CMYK 0.080.000.12   0.20
XYZ51.055857.776751.6411
Yxy57.77670.31820.3600
Hunter Lab76.0110-13.122612.9267
CIE-Lab80.6145-9.993210.6064

#bdcdb4 color RGB value is (189,205,180).

#bdcdb4 hex color red value is 189, green value is 205 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bdcdb4 hue: 0.27 , saturation: 0.20 and the lightness value of bdcdb4 is 0.75.

The process color (four color CMYK) of #bdcdb4 color hex is 0.08, 0.00, 0.12, 0.20. Web safe color of #bdcdb4 is #cccccc. Color #bdcdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10110100
Octal 275 315 264
Decimal 189 205 180
Hex BD CD B4

RGB Percentages of Color #bdcdb4

%32.93
%35.71
%31.36

CMYK Percentages of Color #bdcdb4

%8
%0
%12
%20

Triadic Colors of #bdcdb4

#bdcdb4 #b4bdcd #cdb4bd

Analogous Colors of #bdcdb4

#bdcdb4 #b4cdb8 #cacdb4

Monochromatic Colors of #bdcdb4

#bdcdb4

Complementary Color

#bdcdb4 #c4b4cd

#bdcdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdb4 Color CSS Codes

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

#bdcdb4 Text Font Color

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

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


#bdcdb4 Background Color

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

This div background color is #bdcdb4


#bdcdb4 Border Color

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

This div border color is #bdcdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdb4


Comments

No comments written yet.

Please login to write comment.