Color Hex Logo

#bcd49d Color Hex

#BCD49D
(188,212,157)
0 Favorites   0 Comments

Color spaces of #bcd49d

RGB 188212157
HSL0.240.390.72
HSV86°26°83°
CMYK 0.110.000.26   0.17
XYZ50.368360.212740.8658
Yxy60.21270.33260.3976
Hunter Lab77.5968-19.929723.0932
CIE-Lab81.9537-17.598224.6199

#bcd49d color RGB value is (188,212,157).

#bcd49d hex color red value is 188, green value is 212 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bcd49d hue: 0.24 , saturation: 0.39 and the lightness value of bcd49d is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 10011101
Octal 274 324 235
Decimal 188 212 157
Hex BC D4 9D

RGB Percentages of Color #bcd49d

%33.75
%38.06
%28.19

CMYK Percentages of Color #bcd49d

%11
%0
%26
%17

Triadic Colors of #bcd49d

#bcd49d #9dbcd4 #d49dbc

Analogous Colors of #bcd49d

#bcd49d #a1d49d #d4d19d

Monochromatic Colors of #bcd49d

#bcd49d

Complementary Color

#bcd49d #b59dd4

#bcd49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd49d Color CSS Codes

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

#bcd49d Text Font Color

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

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


#bcd49d Background Color

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

This div background color is #bcd49d


#bcd49d Border Color

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

This div border color is #bcd49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd49d


Comments

No comments written yet.

Please login to write comment.