Color Hex Logo

#bcd745 Color Hex

#BCD745
(188,215,69)
0 Favorites   0 Comments

Color spaces of #bcd745

RGB 18821569
HSL0.200.650.56
HSV71°68°84°
CMYK 0.130.000.68   0.16
XYZ46.113759.721914.7273
Yxy59.72190.38250.4954
Hunter Lab77.2799-28.727242.7970
CIE-Lab81.6868-28.177265.7616

#bcd745 color RGB value is (188,215,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01000101
Octal 274 327 105
Decimal 188 215 69
Hex BC D7 45

RGB Percentages of Color #bcd745

%39.83
%45.55
%14.62

CMYK Percentages of Color #bcd745

%13
%0
%68
%16

Triadic Colors of #bcd745

#bcd745 #45bcd7 #d745bc

Analogous Colors of #bcd745

#bcd745 #73d745 #d7a945

Monochromatic Colors of #bcd745

#bcd745

Complementary Color

#bcd745 #6045d7

#bcd745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd745 Color CSS Codes

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

#bcd745 Text Font Color

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

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


#bcd745 Background Color

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

This div background color is #bcd745


#bcd745 Border Color

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

This div border color is #bcd745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd745


Comments

No comments written yet.

Please login to write comment.