Color Hex Logo

#bcd6bd Color Hex

#BCD6BD
(188,214,189)
0 Favorites   0 Comments

Color spaces of #bcd6bd

RGB 188214189
HSL0.340.240.79
HSV122°12°84°
CMYK 0.120.000.12   0.16
XYZ53.970962.458657.3553
Yxy62.45860.31060.3594
Hunter Lab79.0308-16.404412.2928
CIE-Lab83.1567-13.35829.4368

#bcd6bd color RGB value is (188,214,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 10111101
Octal 274 326 275
Decimal 188 214 189
Hex BC D6 BD

RGB Percentages of Color #bcd6bd

%31.81
%36.21
%31.98

CMYK Percentages of Color #bcd6bd

%12
%0
%12
%16

Triadic Colors of #bcd6bd

#bcd6bd #bdbcd6 #d6bdbc

Analogous Colors of #bcd6bd

#bcd6bd #bcd6ca #c8d6bc

Monochromatic Colors of #bcd6bd

#bcd6bd

Complementary Color

#bcd6bd #d6bcd5

#bcd6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd6bd Color CSS Codes

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

#bcd6bd Text Font Color

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

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


#bcd6bd Background Color

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

This div background color is #bcd6bd


#bcd6bd Border Color

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

This div border color is #bcd6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd6bd


Comments

No comments written yet.

Please login to write comment.