Color Hex Logo

#bcd52e Color Hex

#BCD52E
(188,213,46)
0 Favorites   0 Comments

Color spaces of #bcd52e

RGB 18821346
HSL0.190.670.51
HSV69°78°84°
CMYK 0.120.000.78   0.16
XYZ45.026458.477111.4988
Yxy58.47710.39150.5085
Hunter Lab76.4703-28.720744.6138
CIE-Lab81.0033-28.343772.7118

#bcd52e color RGB value is (188,213,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 00101110
Octal 274 325 56
Decimal 188 213 46
Hex BC D5 2E

RGB Percentages of Color #bcd52e

%42.06
%47.65
%10.29

CMYK Percentages of Color #bcd52e

%12
%0
%78
%16

Triadic Colors of #bcd52e

#bcd52e #2ebcd5 #d52ebc

Analogous Colors of #bcd52e

#bcd52e #69d52e #d59b2e

Monochromatic Colors of #bcd52e

#bcd52e

Complementary Color

#bcd52e #472ed5

#bcd52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd52e Color CSS Codes

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

#bcd52e Text Font Color

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

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


#bcd52e Background Color

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

This div background color is #bcd52e


#bcd52e Border Color

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

This div border color is #bcd52e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,213,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 #bcd52e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd52e


Comments

No comments written yet.

Please login to write comment.