Color Hex Logo

#bcd23c Color Hex

#BCD23C
(188,210,60)
0 Favorites   0 Comments

Color spaces of #bcd23c

RGB 18821060
HSL0.190.630.53
HSV69°71°82°
CMYK 0.100.000.71   0.18
XYZ44.601257.110812.9477
Yxy57.11080.38900.4981
Hunter Lab75.5717-26.902642.7420
CIE-Lab80.2419-26.292467.5843

#bcd23c color RGB value is (188,210,60).

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

The process color (four color CMYK) of #bcd23c color hex is 0.10, 0.00, 0.71, 0.18. Web safe color of #bcd23c is #cccc33. Color #bcd23c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 00111100
Octal 274 322 74
Decimal 188 210 60
Hex BC D2 3C

RGB Percentages of Color #bcd23c

%41.05
%45.85
%13.10

CMYK Percentages of Color #bcd23c

%10
%0
%71
%18

Triadic Colors of #bcd23c

#bcd23c #3cbcd2 #d23cbc

Analogous Colors of #bcd23c

#bcd23c #71d23c #d29d3c

Monochromatic Colors of #bcd23c

#bcd23c

Complementary Color

#bcd23c #523cd2

#bcd23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd23c Color CSS Codes

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

#bcd23c Text Font Color

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

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


#bcd23c Background Color

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

This div background color is #bcd23c


#bcd23c Border Color

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

This div border color is #bcd23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd23c


Comments

No comments written yet.

Please login to write comment.