Color Hex Logo

#bcd49b Color Hex

#BCD49B
(188,212,155)
0 Favorites   0 Comments

Color spaces of #bcd49b

RGB 188212155
HSL0.240.400.72
HSV85°27°83°
CMYK 0.110.000.27   0.17
XYZ50.198960.144939.9737
Yxy60.14490.33400.4001
Hunter Lab77.5531-20.177823.7270
CIE-Lab81.9169-17.893725.6140

#bcd49b color RGB value is (188,212,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 10011011
Octal 274 324 233
Decimal 188 212 155
Hex BC D4 9B

RGB Percentages of Color #bcd49b

%33.87
%38.20
%27.93

CMYK Percentages of Color #bcd49b

%11
%0
%27
%17

Triadic Colors of #bcd49b

#bcd49b #9bbcd4 #d49bbc

Analogous Colors of #bcd49b

#bcd49b #a0d49b #d4d09b

Monochromatic Colors of #bcd49b

#bcd49b

Complementary Color

#bcd49b #b39bd4

#bcd49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd49b Color CSS Codes

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

#bcd49b Text Font Color

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

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


#bcd49b Background Color

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

This div background color is #bcd49b


#bcd49b Border Color

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

This div border color is #bcd49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd49b


Comments

No comments written yet.

Please login to write comment.