Color Hex Logo

#bcd7bd Color Hex

#BCD7BD
(188,215,189)
0 Favorites   0 Comments

Color spaces of #bcd7bd

RGB 188215189
HSL0.340.250.79
HSV122°13°84°
CMYK 0.130.000.12   0.16
XYZ54.224862.966457.4399
Yxy62.96640.31050.3606
Hunter Lab79.3514-16.886812.6278
CIE-Lab83.4247-13.86519.8195

#bcd7bd color RGB value is (188,215,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 10111101
Octal 274 327 275
Decimal 188 215 189
Hex BC D7 BD

RGB Percentages of Color #bcd7bd

%31.76
%36.32
%31.93

CMYK Percentages of Color #bcd7bd

%13
%0
%12
%16

Triadic Colors of #bcd7bd

#bcd7bd #bdbcd7 #d7bdbc

Analogous Colors of #bcd7bd

#bcd7bd #bcd7cb #c9d7bc

Monochromatic Colors of #bcd7bd

#bcd7bd

Complementary Color

#bcd7bd #d7bcd6

#bcd7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd7bd Color CSS Codes

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

#bcd7bd Text Font Color

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

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


#bcd7bd Background Color

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

This div background color is #bcd7bd


#bcd7bd Border Color

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

This div border color is #bcd7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd7bd


Comments

No comments written yet.

Please login to write comment.