Color Hex Logo

#bcdb3d Color Hex

#BCDB3D
(188,219,61)
0 Favorites   0 Comments

Color spaces of #bcdb3d

RGB 18821961
HSL0.200.690.55
HSV72°72°86°
CMYK 0.140.000.72   0.14
XYZ46.912961.691313.8499
Yxy61.69130.38310.5038
Hunter Lab78.5438-30.836644.5259
CIE-Lab82.7490-30.498969.6737

#bcdb3d color RGB value is (188,219,61).

#bcdb3d hex color red value is 188, green value is 219 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bcdb3d hue: 0.20 , saturation: 0.69 and the lightness value of bcdb3d is 0.55.

The process color (four color CMYK) of #bcdb3d color hex is 0.14, 0.00, 0.72, 0.14. Web safe color of #bcdb3d is #cccc33. Color #bcdb3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 00111101
Octal 274 333 75
Decimal 188 219 61
Hex BC DB 3D

RGB Percentages of Color #bcdb3d

%40.17
%46.79
%13.03

CMYK Percentages of Color #bcdb3d

%14
%0
%72
%14

Triadic Colors of #bcdb3d

#bcdb3d #3dbcdb #db3dbc

Analogous Colors of #bcdb3d

#bcdb3d #6ddb3d #dbab3d

Monochromatic Colors of #bcdb3d

#bcdb3d

Complementary Color

#bcdb3d #5c3ddb

#bcdb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb3d Color CSS Codes

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

#bcdb3d Text Font Color

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

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


#bcdb3d Background Color

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

This div background color is #bcdb3d


#bcdb3d Border Color

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

This div border color is #bcdb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb3d


Comments

No comments written yet.

Please login to write comment.