Color Hex Logo

#bcd240 Color Hex

#BCD240
(188,210,64)
0 Favorites   0 Comments

Color spaces of #bcd240

RGB 18821064
HSL0.190.620.54
HSV69°70°82°
CMYK 0.100.000.70   0.18
XYZ44.711057.154713.5259
Yxy57.15470.38750.4953
Hunter Lab75.6007-26.734742.3128
CIE-Lab80.2665-26.080166.1841

#bcd240 color RGB value is (188,210,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01000000
Octal 274 322 100
Decimal 188 210 64
Hex BC D2 40

RGB Percentages of Color #bcd240

%40.69
%45.45
%13.85

CMYK Percentages of Color #bcd240

%10
%0
%70
%18

Triadic Colors of #bcd240

#bcd240 #40bcd2 #d240bc

Analogous Colors of #bcd240

#bcd240 #73d240 #d29f40

Monochromatic Colors of #bcd240

#bcd240

Complementary Color

#bcd240 #5640d2

#bcd240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd240 Color CSS Codes

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

#bcd240 Text Font Color

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

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


#bcd240 Background Color

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

This div background color is #bcd240


#bcd240 Border Color

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

This div border color is #bcd240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd240


Comments

No comments written yet.

Please login to write comment.