Color Hex Logo

#bcd37b Color Hex

#BCD37B
(188,211,123)
0 Favorites   0 Comments

Color spaces of #bcd37b

RGB 188211123
HSL0.210.500.65
HSV76°42°83°
CMYK 0.110.000.42   0.17
XYZ47.608558.710027.5618
Yxy58.71000.35560.4385
Hunter Lab76.6225-23.180332.3086
CIE-Lab81.1319-21.585440.9527

#bcd37b color RGB value is (188,211,123).

#bcd37b hex color red value is 188, green value is 211 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bcd37b hue: 0.21 , saturation: 0.50 and the lightness value of bcd37b is 0.65.

The process color (four color CMYK) of #bcd37b color hex is 0.11, 0.00, 0.42, 0.17. Web safe color of #bcd37b is #cccc66. Color #bcd37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01111011
Octal 274 323 173
Decimal 188 211 123
Hex BC D3 7B

RGB Percentages of Color #bcd37b

%36.02
%40.42
%23.56

CMYK Percentages of Color #bcd37b

%11
%0
%42
%17

Triadic Colors of #bcd37b

#bcd37b #7bbcd3 #d37bbc

Analogous Colors of #bcd37b

#bcd37b #90d37b #d3be7b

Monochromatic Colors of #bcd37b

#bcd37b

Complementary Color

#bcd37b #927bd3

#bcd37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd37b Color CSS Codes

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

#bcd37b Text Font Color

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

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


#bcd37b Background Color

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

This div background color is #bcd37b


#bcd37b Border Color

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

This div border color is #bcd37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd37b


Comments

No comments written yet.

Please login to write comment.