Color Hex Logo

#bcd32e Color Hex

#BCD32E
(188,211,46)
0 Favorites   0 Comments

Color spaces of #bcd32e

RGB 18821146
HSL0.190.650.50
HSV68°78°83°
CMYK 0.110.000.78   0.17
XYZ44.526457.477211.3322
Yxy57.47720.39290.5071
Hunter Lab75.8137-27.838644.2073
CIE-Lab80.4473-27.395072.2118

#bcd32e color RGB value is (188,211,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 00101110
Octal 274 323 56
Decimal 188 211 46
Hex BC D3 2E

RGB Percentages of Color #bcd32e

%42.25
%47.42
%10.34

CMYK Percentages of Color #bcd32e

%11
%0
%78
%17

Triadic Colors of #bcd32e

#bcd32e #2ebcd3 #d32ebc

Analogous Colors of #bcd32e

#bcd32e #6ad32e #d3982e

Monochromatic Colors of #bcd32e

#bcd32e

Complementary Color

#bcd32e #452ed3

#bcd32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd32e Color CSS Codes

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

#bcd32e Text Font Color

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

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


#bcd32e Background Color

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

This div background color is #bcd32e


#bcd32e Border Color

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

This div border color is #bcd32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd32e


Comments

No comments written yet.

Please login to write comment.