Color Hex Logo

#bcd43c Color Hex

#BCD43C
(188,212,60)
0 Favorites   0 Comments

Color spaces of #bcd43c

RGB 18821260
HSL0.190.640.53
HSV69°72°83°
CMYK 0.110.000.72   0.17
XYZ45.098158.104613.1133
Yxy58.10460.38770.4995
Hunter Lab76.2264-27.789543.1587
CIE-Lab80.7969-27.247268.1237

#bcd43c color RGB value is (188,212,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 00111100
Octal 274 324 74
Decimal 188 212 60
Hex BC D4 3C

RGB Percentages of Color #bcd43c

%40.87
%46.09
%13.04

CMYK Percentages of Color #bcd43c

%11
%0
%72
%17

Triadic Colors of #bcd43c

#bcd43c #3cbcd4 #d43cbc

Analogous Colors of #bcd43c

#bcd43c #70d43c #d4a03c

Monochromatic Colors of #bcd43c

#bcd43c

Complementary Color

#bcd43c #543cd4

#bcd43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd43c Color CSS Codes

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

#bcd43c Text Font Color

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

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


#bcd43c Background Color

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

This div background color is #bcd43c


#bcd43c Border Color

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

This div border color is #bcd43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd43c


Comments

No comments written yet.

Please login to write comment.