Color Hex Logo

#bcd41d Color Hex

#BCD41D
(188,212,29)
0 Favorites   0 Comments

Color spaces of #bcd41d

RGB 18821229
HSL0.190.760.47
HSV68°86°83°
CMYK 0.110.000.86   0.17
XYZ44.504357.86709.9862
Yxy57.86700.39610.5150
Hunter Lab76.0704-28.693345.4659
CIE-Lab80.6648-28.396976.4696

#bcd41d color RGB value is (188,212,29).

#bcd41d hex color red value is 188, green value is 212 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bcd41d hue: 0.19 , saturation: 0.76 and the lightness value of bcd41d is 0.47.

The process color (four color CMYK) of #bcd41d color hex is 0.11, 0.00, 0.86, 0.17. Web safe color of #bcd41d is #cccc33. Color #bcd41d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 00011101
Octal 274 324 35
Decimal 188 212 29
Hex BC D4 1D

RGB Percentages of Color #bcd41d

%43.82
%49.42
%6.76

CMYK Percentages of Color #bcd41d

%11
%0
%86
%17

Triadic Colors of #bcd41d

#bcd41d #1dbcd4 #d41dbc

Analogous Colors of #bcd41d

#bcd41d #61d41d #d4911d

Monochromatic Colors of #bcd41d

#bcd41d

Complementary Color

#bcd41d #351dd4

#bcd41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd41d Color CSS Codes

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

#bcd41d Text Font Color

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

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


#bcd41d Background Color

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

This div background color is #bcd41d


#bcd41d Border Color

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

This div border color is #bcd41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd41d


Comments

No comments written yet.

Please login to write comment.