Color Hex Logo

#bcd4bd Color Hex

#BCD4BD
(188,212,189)
0 Favorites   0 Comments

Color spaces of #bcd4bd

RGB 188212189
HSL0.340.220.78
HSV123°11°83°
CMYK 0.110.000.11   0.17
XYZ53.467861.452557.1876
Yxy61.45250.31070.3571
Hunter Lab78.3916-15.437711.6214
CIE-Lab82.6214-12.34148.6714

#bcd4bd color RGB value is (188,212,189).

#bcd4bd hex color red value is 188, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcd4bd hue: 0.34 , saturation: 0.22 and the lightness value of bcd4bd is 0.78.

The process color (four color CMYK) of #bcd4bd color hex is 0.11, 0.00, 0.11, 0.17. Web safe color of #bcd4bd is #cccccc. Color #bcd4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 10111101
Octal 274 324 275
Decimal 188 212 189
Hex BC D4 BD

RGB Percentages of Color #bcd4bd

%31.92
%35.99
%32.09

CMYK Percentages of Color #bcd4bd

%11
%0
%11
%17

Triadic Colors of #bcd4bd

#bcd4bd #bdbcd4 #d4bdbc

Analogous Colors of #bcd4bd

#bcd4bd #bcd4c9 #c7d4bc

Monochromatic Colors of #bcd4bd

#bcd4bd

Complementary Color

#bcd4bd #d4bcd3

#bcd4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd4bd Color CSS Codes

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

#bcd4bd Text Font Color

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

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


#bcd4bd Background Color

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

This div background color is #bcd4bd


#bcd4bd Border Color

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

This div border color is #bcd4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd4bd


Comments

No comments written yet.

Please login to write comment.