Color Hex Logo

#bcdb8f Color Hex

#BCDB8F
(188,219,143)
0 Favorites   0 Comments

Color spaces of #bcdb8f

RGB 188219143
HSL0.230.510.71
HSV84°35°86°
CMYK 0.140.000.35   0.14
XYZ51.028563.337635.5225
Yxy63.33760.34040.4226
Hunter Lab79.5849-24.822429.2455
CIE-Lab83.6197-23.019134.0759

#bcdb8f color RGB value is (188,219,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10001111
Octal 274 333 217
Decimal 188 219 143
Hex BC DB 8F

RGB Percentages of Color #bcdb8f

%34.18
%39.82
%26.00

CMYK Percentages of Color #bcdb8f

%14
%0
%35
%14

Triadic Colors of #bcdb8f

#bcdb8f #8fbcdb #db8fbc

Analogous Colors of #bcdb8f

#bcdb8f #96db8f #dbd48f

Monochromatic Colors of #bcdb8f

#bcdb8f

Complementary Color

#bcdb8f #ae8fdb

#bcdb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb8f Color CSS Codes

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

#bcdb8f Text Font Color

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

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


#bcdb8f Background Color

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

This div background color is #bcdb8f


#bcdb8f Border Color

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

This div border color is #bcdb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb8f


Comments

No comments written yet.

Please login to write comment.