Color Hex Logo

#bcc645 Color Hex

#BCC645
(188,198,69)
0 Favorites   0 Comments

Color spaces of #bcc645

RGB 18819869
HSL0.180.530.52
HSV65°65°78°
CMYK 0.050.000.65   0.22
XYZ42.007351.509213.3585
Yxy51.50920.39310.4820
Hunter Lab71.7699-21.120439.2033
CIE-Lab76.9864-19.943560.9422

#bcc645 color RGB value is (188,198,69).

#bcc645 hex color red value is 188, green value is 198 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bcc645 hue: 0.18 , saturation: 0.53 and the lightness value of bcc645 is 0.52.

The process color (four color CMYK) of #bcc645 color hex is 0.05, 0.00, 0.65, 0.22. Web safe color of #bcc645 is #cccc33. Color #bcc645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01000101
Octal 274 306 105
Decimal 188 198 69
Hex BC C6 45

RGB Percentages of Color #bcc645

%41.32
%43.52
%15.16

CMYK Percentages of Color #bcc645

%5
%0
%65
%22

Triadic Colors of #bcc645

#bcc645 #45bcc6 #c645bc

Analogous Colors of #bcc645

#bcc645 #7cc645 #c69045

Monochromatic Colors of #bcc645

#bcc645

Complementary Color

#bcc645 #4f45c6

#bcc645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc645 Color CSS Codes

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

#bcc645 Text Font Color

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

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


#bcc645 Background Color

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

This div background color is #bcc645


#bcc645 Border Color

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

This div border color is #bcc645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc645


Comments

No comments written yet.

Please login to write comment.