Color Hex Logo

#bcd62b Color Hex

#BCD62B
(188,214,43)
0 Favorites   0 Comments

Color spaces of #bcd62b

RGB 18821443
HSL0.190.680.50
HSV69°80°84°
CMYK 0.120.000.80   0.16
XYZ45.221758.958911.2823
Yxy58.95890.39170.5106
Hunter Lab76.7847-29.247245.0376
CIE-Lab81.2690-28.926173.7669

#bcd62b color RGB value is (188,214,43).

#bcd62b hex color red value is 188, green value is 214 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bcd62b hue: 0.19 , saturation: 0.68 and the lightness value of bcd62b is 0.50.

The process color (four color CMYK) of #bcd62b color hex is 0.12, 0.00, 0.80, 0.16. Web safe color of #bcd62b is #cccc33. Color #bcd62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 00101011
Octal 274 326 53
Decimal 188 214 43
Hex BC D6 2B

RGB Percentages of Color #bcd62b

%42.25
%48.09
%9.66

CMYK Percentages of Color #bcd62b

%12
%0
%80
%16

Triadic Colors of #bcd62b

#bcd62b #2bbcd6 #d62bbc

Analogous Colors of #bcd62b

#bcd62b #67d62b #d69b2b

Monochromatic Colors of #bcd62b

#bcd62b

Complementary Color

#bcd62b #452bd6

#bcd62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd62b Color CSS Codes

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

#bcd62b Text Font Color

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

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


#bcd62b Background Color

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

This div background color is #bcd62b


#bcd62b Border Color

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

This div border color is #bcd62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd62b


Comments

No comments written yet.

Please login to write comment.