Color Hex Logo

#bcdd6f Color Hex

#BCDD6F
(188,221,111)
0 Favorites   0 Comments

Color spaces of #bcdd6f

RGB 188221111
HSL0.220.620.65
HSV78°50°87°
CMYK 0.150.000.50   0.13
XYZ49.464763.552024.6986
Yxy63.55200.35920.4615
Hunter Lab79.7195-28.752737.4345
CIE-Lab83.7320-27.697549.9776

#bcdd6f color RGB value is (188,221,111).

#bcdd6f hex color red value is 188, green value is 221 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bcdd6f hue: 0.22 , saturation: 0.62 and the lightness value of bcdd6f is 0.65.

The process color (four color CMYK) of #bcdd6f color hex is 0.15, 0.00, 0.50, 0.13. Web safe color of #bcdd6f is #cccc66. Color #bcdd6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 01101111
Octal 274 335 157
Decimal 188 221 111
Hex BC DD 6F

RGB Percentages of Color #bcdd6f

%36.15
%42.50
%21.35

CMYK Percentages of Color #bcdd6f

%15
%0
%50
%13

Triadic Colors of #bcdd6f

#bcdd6f #6fbcdd #dd6fbc

Analogous Colors of #bcdd6f

#bcdd6f #85dd6f #ddc76f

Monochromatic Colors of #bcdd6f

#bcdd6f

Complementary Color

#bcdd6f #906fdd

#bcdd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd6f Color CSS Codes

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

#bcdd6f Text Font Color

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

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


#bcdd6f Background Color

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

This div background color is #bcdd6f


#bcdd6f Border Color

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

This div border color is #bcdd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd6f


Comments

No comments written yet.

Please login to write comment.