Color Hex Logo

#bcd743 Color Hex

#BCD743
(188,215,67)
0 Favorites   0 Comments

Color spaces of #bcd743

RGB 18821567
HSL0.200.650.55
HSV71°69°84°
CMYK 0.130.000.69   0.16
XYZ46.052659.697514.4057
Yxy59.69750.38330.4968
Hunter Lab77.2642-28.819043.0304
CIE-Lab81.6735-28.293466.4915

#bcd743 color RGB value is (188,215,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01000011
Octal 274 327 103
Decimal 188 215 67
Hex BC D7 43

RGB Percentages of Color #bcd743

%40.00
%45.74
%14.26

CMYK Percentages of Color #bcd743

%13
%0
%69
%16

Triadic Colors of #bcd743

#bcd743 #43bcd7 #d743bc

Analogous Colors of #bcd743

#bcd743 #72d743 #d7a843

Monochromatic Colors of #bcd743

#bcd743

Complementary Color

#bcd743 #5e43d7

#bcd743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd743 Color CSS Codes

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

#bcd743 Text Font Color

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

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


#bcd743 Background Color

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

This div background color is #bcd743


#bcd743 Border Color

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

This div border color is #bcd743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd743


Comments

No comments written yet.

Please login to write comment.