Color Hex Logo

#bcdd4d Color Hex

#BCDD4D
(188,221,77)
0 Favorites   0 Comments

Color spaces of #bcdd4d

RGB 18822177
HSL0.200.680.58
HSV74°65°87°
CMYK 0.150.000.65   0.13
XYZ47.935062.940116.6434
Yxy62.94010.37590.4936
Hunter Lab79.3348-30.984143.0961
CIE-Lab83.4109-30.502764.4620

#bcdd4d color RGB value is (188,221,77).

#bcdd4d hex color red value is 188, green value is 221 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bcdd4d hue: 0.20 , saturation: 0.68 and the lightness value of bcdd4d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 01001101
Octal 274 335 115
Decimal 188 221 77
Hex BC DD 4D

RGB Percentages of Color #bcdd4d

%38.68
%45.47
%15.84

CMYK Percentages of Color #bcdd4d

%15
%0
%65
%13

Triadic Colors of #bcdd4d

#bcdd4d #4dbcdd #dd4dbc

Analogous Colors of #bcdd4d

#bcdd4d #74dd4d #ddb64d

Monochromatic Colors of #bcdd4d

#bcdd4d

Complementary Color

#bcdd4d #6e4ddd

#bcdd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd4d Color CSS Codes

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

#bcdd4d Text Font Color

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

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


#bcdd4d Background Color

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

This div background color is #bcdd4d


#bcdd4d Border Color

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

This div border color is #bcdd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd4d


Comments

No comments written yet.

Please login to write comment.