Color Hex Logo

#bcdb5f Color Hex

#BCDB5F
(188,219,95)
0 Favorites   0 Comments

Color spaces of #bcdb5f

RGB 18821995
HSL0.210.630.62
HSV75°57°86°
CMYK 0.140.000.57   0.14
XYZ48.136162.180620.2915
Yxy62.18060.36860.4761
Hunter Lab78.8547-29.032039.9413
CIE-Lab83.0094-28.216356.4667

#bcdb5f color RGB value is (188,219,95).

#bcdb5f hex color red value is 188, green value is 219 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bcdb5f hue: 0.21 , saturation: 0.63 and the lightness value of bcdb5f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 01011111
Octal 274 333 137
Decimal 188 219 95
Hex BC DB 5F

RGB Percentages of Color #bcdb5f

%37.45
%43.63
%18.92

CMYK Percentages of Color #bcdb5f

%14
%0
%57
%14

Triadic Colors of #bcdb5f

#bcdb5f #5fbcdb #db5fbc

Analogous Colors of #bcdb5f

#bcdb5f #7edb5f #dbbc5f

Monochromatic Colors of #bcdb5f

#bcdb5f

Complementary Color

#bcdb5f #7e5fdb

#bcdb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb5f Color CSS Codes

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

#bcdb5f Text Font Color

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

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


#bcdb5f Background Color

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

This div background color is #bcdb5f


#bcdb5f Border Color

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

This div border color is #bcdb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb5f


Comments

No comments written yet.

Please login to write comment.