Color Hex Logo

#bcd39b Color Hex

#BCD39B
(188,211,155)
0 Favorites   0 Comments

Color spaces of #bcd39b

RGB 188211155
HSL0.240.390.72
HSV85°27°83°
CMYK 0.110.000.27   0.17
XYZ49.949759.646539.8906
Yxy59.64650.33410.3990
Hunter Lab77.2311-19.708623.4380
CIE-Lab81.6457-17.394625.2456

#bcd39b color RGB value is (188,211,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10011011
Octal 274 323 233
Decimal 188 211 155
Hex BC D3 9B

RGB Percentages of Color #bcd39b

%33.94
%38.09
%27.98

CMYK Percentages of Color #bcd39b

%11
%0
%27
%17

Triadic Colors of #bcd39b

#bcd39b #9bbcd3 #d39bbc

Analogous Colors of #bcd39b

#bcd39b #a0d39b #d3ce9b

Monochromatic Colors of #bcd39b

#bcd39b

Complementary Color

#bcd39b #b29bd3

#bcd39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd39b Color CSS Codes

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

#bcd39b Text Font Color

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

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


#bcd39b Background Color

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

This div background color is #bcd39b


#bcd39b Border Color

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

This div border color is #bcd39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd39b


Comments

No comments written yet.

Please login to write comment.