Color Hex Logo

#bcdb8c Color Hex

#BCDB8C
(188,219,140)
0 Favorites   0 Comments

Color spaces of #bcdb8c

RGB 188219140
HSL0.230.520.70
HSV84°36°86°
CMYK 0.140.000.36   0.14
XYZ50.804263.247934.3413
Yxy63.24790.34240.4262
Hunter Lab79.5285-25.146130.0679
CIE-Lab83.5726-23.412635.5381

#bcdb8c color RGB value is (188,219,140).

#bcdb8c hex color red value is 188, green value is 219 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bcdb8c hue: 0.23 , saturation: 0.52 and the lightness value of bcdb8c is 0.70.

The process color (four color CMYK) of #bcdb8c color hex is 0.14, 0.00, 0.36, 0.14. Web safe color of #bcdb8c is #cccc99. Color #bcdb8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10001100
Octal 274 333 214
Decimal 188 219 140
Hex BC DB 8C

RGB Percentages of Color #bcdb8c

%34.37
%40.04
%25.59

CMYK Percentages of Color #bcdb8c

%14
%0
%36
%14

Triadic Colors of #bcdb8c

#bcdb8c #8cbcdb #db8cbc

Analogous Colors of #bcdb8c

#bcdb8c #95db8c #dbd38c

Monochromatic Colors of #bcdb8c

#bcdb8c

Complementary Color

#bcdb8c #ab8cdb

#bcdb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb8c Color CSS Codes

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

#bcdb8c Text Font Color

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

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


#bcdb8c Background Color

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

This div background color is #bcdb8c


#bcdb8c Border Color

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

This div border color is #bcdb8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb8c


Comments

No comments written yet.

Please login to write comment.