Color Hex Logo

#bcd53b Color Hex

#BCD53B
(188,213,59)
0 Favorites   0 Comments

Color spaces of #bcd53b

RGB 18821359
HSL0.190.650.53
HSV70°72°84°
CMYK 0.120.000.72   0.16
XYZ45.322758.595613.0590
Yxy58.59560.38740.5009
Hunter Lab76.5478-28.271643.4686
CIE-Lab81.0688-27.772868.7290

#bcd53b color RGB value is (188,213,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 00111011
Octal 274 325 73
Decimal 188 213 59
Hex BC D5 3B

RGB Percentages of Color #bcd53b

%40.87
%46.30
%12.83

CMYK Percentages of Color #bcd53b

%12
%0
%72
%16

Triadic Colors of #bcd53b

#bcd53b #3bbcd5 #d53bbc

Analogous Colors of #bcd53b

#bcd53b #6fd53b #d5a13b

Monochromatic Colors of #bcd53b

#bcd53b

Complementary Color

#bcd53b #543bd5

#bcd53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd53b Color CSS Codes

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

#bcd53b Text Font Color

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

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


#bcd53b Background Color

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

This div background color is #bcd53b


#bcd53b Border Color

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

This div border color is #bcd53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd53b


Comments

No comments written yet.

Please login to write comment.