Color Hex Logo

#bcd60e Color Hex

#BCD60E
(188,214,14)
0 Favorites   0 Comments

Color spaces of #bcd60e

RGB 18821414
HSL0.190.880.45
HSV68°93°84°
CMYK 0.120.000.93   0.16
XYZ44.864958.81629.4035
Yxy58.81620.39670.5201
Hunter Lab76.6917-29.787446.4144
CIE-Lab81.1905-29.616979.1655

#bcd60e color RGB value is (188,214,14).

#bcd60e hex color red value is 188, green value is 214 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bcd60e hue: 0.19 , saturation: 0.88 and the lightness value of bcd60e is 0.45.

The process color (four color CMYK) of #bcd60e color hex is 0.12, 0.00, 0.93, 0.16. Web safe color of #bcd60e is #cccc00. Color #bcd60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 00001110
Octal 274 326 16
Decimal 188 214 14
Hex BC D6 E

RGB Percentages of Color #bcd60e

%45.19
%51.44
%3.37

CMYK Percentages of Color #bcd60e

%12
%0
%93
%16

Triadic Colors of #bcd60e

#bcd60e #0ebcd6 #d60ebc

Analogous Colors of #bcd60e

#bcd60e #58d60e #d68c0e

Monochromatic Colors of #bcd60e

#bcd60e

Complementary Color

#bcd60e #280ed6

#bcd60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd60e Color CSS Codes

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

#bcd60e Text Font Color

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

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


#bcd60e Background Color

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

This div background color is #bcd60e


#bcd60e Border Color

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

This div border color is #bcd60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd60e


Comments

No comments written yet.

Please login to write comment.