Color Hex Logo

#bcd643 Color Hex

#BCD643
(188,214,67)
0 Favorites   0 Comments

Color spaces of #bcd643

RGB 18821467
HSL0.200.640.55
HSV71°69°84°
CMYK 0.120.000.69   0.16
XYZ45.798759.189714.3211
Yxy59.18970.38390.4961
Hunter Lab76.9348-28.376342.8178
CIE-Lab81.3958-27.819466.2125

#bcd643 color RGB value is (188,214,67).

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

The process color (four color CMYK) of #bcd643 color hex is 0.12, 0.00, 0.69, 0.16. Web safe color of #bcd643 is #cccc33. Color #bcd643 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 01000011
Octal 274 326 103
Decimal 188 214 67
Hex BC D6 43

RGB Percentages of Color #bcd643

%40.09
%45.63
%14.29

CMYK Percentages of Color #bcd643

%12
%0
%69
%16

Triadic Colors of #bcd643

#bcd643 #43bcd6 #d643bc

Analogous Colors of #bcd643

#bcd643 #73d643 #d6a743

Monochromatic Colors of #bcd643

#bcd643

Complementary Color

#bcd643 #5d43d6

#bcd643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd643 Color CSS Codes

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

#bcd643 Text Font Color

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

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


#bcd643 Background Color

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

This div background color is #bcd643


#bcd643 Border Color

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

This div border color is #bcd643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd643


Comments

No comments written yet.

Please login to write comment.