color codes Logo

#bcd63e color codes

#BCD63E
(188,214,62)
0 Favorites   0 Comments

Color spaces of #bcd63e

RGB 18821462
HSL0.200.650.54
HSV70°71°84°
CMYK 0.120.000.71   0.16
XYZ45.655159.132313.5648
Yxy59.13230.38580.4996
Hunter Lab76.8975-28.592843.3695
CIE-Lab81.3643-28.093767.9812

#bcd63e color RGB value is (188,214,62).

#bcd63e hex color red value is 188, green value is 214 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bcd63e hue: 0.20 , saturation: 0.65 and the lightness value of bcd63e is 0.54.

The process color (four color CMYK) of #bcd63e color code is 0.12, 0.00, 0.71, 0.16. Web safe color of #bcd63e is #cccc33. Color #bcd63e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 00111110
Octal 274 326 76
Decimal 188 214 62
Hex BC D6 3E

RGB Percentages of Color #bcd63e

%40.52
%46.12
%13.36

CMYK Percentages of Color #bcd63e

%12
%0
%71
%16

Triadic Colors of #bcd63e

#bcd63e #3ebcd6 #d63ebc

Analogous Colors of #bcd63e

#bcd63e #70d63e #d6a43e

Monochromatic Colors of #bcd63e

#bcd63e

Complementary Color

#bcd63e #583ed6

#bcd63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd63e Color CSS Codes

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

#bcd63e Text Font Color

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

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


#bcd63e Background Color

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

This div background color is #bcd63e


#bcd63e Border Color

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

This div border color is #bcd63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd63e


Comments

No comments written yet.

Please login to write comment.