Color Hex Logo

#bcdb7e Color Hex

#BCDB7E
(188,219,126)
0 Favorites   0 Comments

Color spaces of #bcdb7e

RGB 188219126
HSL0.220.560.68
HSV80°42°86°
CMYK 0.140.000.42   0.14
XYZ49.836562.860829.2453
Yxy62.86080.35110.4429
Hunter Lab79.2848-26.547633.6294
CIE-Lab83.3691-25.128242.2847

#bcdb7e color RGB value is (188,219,126).

#bcdb7e hex color red value is 188, green value is 219 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcdb7e hue: 0.22 , saturation: 0.56 and the lightness value of bcdb7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 01111110
Octal 274 333 176
Decimal 188 219 126
Hex BC DB 7E

RGB Percentages of Color #bcdb7e

%35.27
%41.09
%23.64

CMYK Percentages of Color #bcdb7e

%14
%0
%42
%14

Triadic Colors of #bcdb7e

#bcdb7e #7ebcdb #db7ebc

Analogous Colors of #bcdb7e

#bcdb7e #8edb7e #dbcc7e

Monochromatic Colors of #bcdb7e

#bcdb7e

Complementary Color

#bcdb7e #9d7edb

#bcdb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb7e Color CSS Codes

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

#bcdb7e Text Font Color

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

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


#bcdb7e Background Color

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

This div background color is #bcdb7e


#bcdb7e Border Color

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

This div border color is #bcdb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb7e


Comments

No comments written yet.

Please login to write comment.